Class ExecutionException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dse
Assembly: Dse.dll
Syntax
public class ExecutionException : DriverException, ISerializable
Constructors
ExecutionException(String, Exception, Dictionary<IPAddress, Exception>)
Declaration
public ExecutionException(string message, Exception innerException = null, Dictionary<IPAddress, Exception> innerInnerExceptions = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | innerException | |
System.Collections.Generic.Dictionary<System.Net.IPAddress, System.Exception> | innerInnerExceptions |
Properties
InnerInnerExceptions
Declaration
public Dictionary<IPAddress, Exception> InnerInnerExceptions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Net.IPAddress, System.Exception> |
Implements
System.Runtime.Serialization.ISerializable