[Serializable] |
ctor #1 | Overloaded:.ctor() Default constructor. This constructor is called by derived class constructors to initialize state in this type.Initializes a new instance of the SoapFault class with default values. |
ctor #2 | Overloaded:.ctor(string faultCode, string faultString, string faultActor, ServerFault serverFault) Initializes a new instance of the SoapFault class, setting the properties to specified values. |
Detail | Read-write Gets or sets additional information needed for the SoapFault. |
FaultActor | Read-write Gets or sets the fault actor for the SoapFault. |
FaultCode | Read-write Gets or sets the fault code for the SoapFault. |
FaultString | Read-write Gets or sets the fault message for the SoapFault. |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetObjectData | Populates the specified SerializationInfo with the data to serialize the SoapFault object. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapFault(); |
public SoapFault( |
faultCode
faultString
faultActor
serverFault
public object Detail {get; set;}
|
public string FaultActor {get; set;}
|
public string FaultCode {get; set;}
|
public string FaultString {get; set;}
|
~SoapFault(); |
public virtual int GetHashCode(); |
public void GetObjectData( |
info
context
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |