Class ProxyExecutionException
Inheritance
System.Object
System.Exception
ProxyExecutionException
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.WebAii.Design.Execution.ProxyClasses
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProxyExecutionException : ExecutionException, ISerializable, _Exception, IXmlPersistable, IProxyClass
Constructors
ProxyExecutionException()
Declaration
public ProxyExecutionException()
Properties
SerializedBaseClass
Declaration
public string SerializedBaseClass { get; set; }
Property Value
System.String
|
XmlLabel
Declaration
public string XmlLabel { get; set; }
Property Value
System.String
|
XmlStoreNode
Methods
LoadFrom(XmlStoreNode)
Declaration
public override void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|