The InvalidRefIDException type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
InvalidRefIDException | Initializes a new instance of the InvalidRefIDException class |
Methods
Name | Description | |
---|---|---|
CreateMessageFault | Returns a MessageFault object. (Inherited from FaultException.) | |
GetObjectData | Implementation of the GetObjectData(SerializationInfo, StreamingContext) method that is called when the object is serialized into a stream. (Inherited from FaultException.) |
Properties
Name | Description | |
---|---|---|
Action | Gets the value of the SOAP action for the fault message. (Inherited from FaultException.) | |
Code | Gets the fault code for the SOAP fault. (Inherited from FaultException.) | |
Message | Gets the message for the exception. (Inherited from FaultException.) | |
Reason | Gets the FaultReason for the SOAP fault. (Inherited from FaultException.) |
See Also