Class ExecutionException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.Exceptions
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecutionException : ExecutionExceptionBase, ISerializable, _Exception, IXmlPersistable
Constructors
ExecutionException()
Declaration
public ExecutionException()
ExecutionException(IAutomationHostState, String)
Declaration
public ExecutionException(IAutomationHostState host, string message)
Parameters
IAutomationHostState
host
|
System.String
message
|
ExecutionException(IAutomationHostState, String, Exception)
Declaration
public ExecutionException(IAutomationHostState hostState, string message, Exception innerException)
Parameters
IAutomationHostState
hostState
|
System.String
message
|
System.Exception
innerException
|
ExecutionException(SerializationInfo, StreamingContext)
Declaration
public ExecutionException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
Properties
CurrentVersion
Declaration
public virtual Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
HostState
Kind
Message
Declaration
public override string Message { get; }
Property Value
System.String
|
Overrides
System.Exception.Message
RootName
Declaration
public virtual string RootName { get; }
Property Value
System.String
|
Implements
XmlBlob
Methods
FriendlyMessage()
Declaration
public virtual string FriendlyMessage()
Returns
System.String
|
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
LoadFrom(XmlStoreNode)
Declaration
public virtual void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|