PublishingSoapException Members
Include Protected Members
Include Inherited Members
Represents the exception that is thrown when an error involving a SOAP operation occurs.
The PublishingSoapException type exposes the following members.
Properties
Name | Description | |
---|---|---|
Actor | (Inherited from SoapException.) | |
Code | (Inherited from SoapException.) | |
Data | (Inherited from Exception.) | |
Detail | (Inherited from SoapException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Lang | (Inherited from SoapException.) | |
Message | (Inherited from Exception.) | |
Node | (Inherited from SoapException.) | |
Role | (Inherited from SoapException.) | |
Source | (Inherited from Exception.) | |
StackTrace | Returns the stack trace at the time of the exception. (Overrides Exception.StackTrace.) | |
SubCode | (Inherited from SoapException.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SoapException.) | |
GetType | (Inherited from Exception.) | |
MakeSoapException | Creates a SOAP exception object. | |
MemberwiseClone | (Inherited from Object.) | |
ThrowSoapException | Throws a SOAP exception. | |
ToString | (Inherited from Exception.) |
Top