| ExecutionException Constructor  | 
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic ExecutionException(
	string message,
	Exception innerException = null,
	Dictionary<IPAddress, Exception> innerInnerExceptions = null
)
Parameters
- message
 - Type: SystemString
 - innerException (Optional)
 - Type: SystemException
 - innerInnerExceptions (Optional)
 - Type: System.Collections.GenericDictionaryIPAddress, Exception
 
See Also