SoapException Constructor
.NET Framework 3.0
Initializes a new instance of the SoapException class.
| Name | Description |
|---|---|
| SoapException () |
Initializes a new instance of the SoapException class.
|
| SoapException (SerializationInfo, StreamingContext) |
Initializes a new instance of the SoapException class with serialized data.
|
| SoapException (String, XmlQualifiedName) |
Initializes a new instance of the SoapException class with the specified exception message and exception code.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, Exception) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, and reference to the root cause of the exception.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, SoapFaultSubCode) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, and subcode.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, and URI that identifies the piece of code that caused the exception.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String, Exception) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the code that caused the exception, and reference to the root cause of the exception.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String, XmlNode) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, and application specific exception information.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String, XmlNode, Exception) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String, String, XmlNode, SoapFaultSubCode, Exception) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, application-specific exception information, and reference to the root cause of the exception.
Supported by the .NET Compact Framework.
|
| SoapException (String, XmlQualifiedName, String, String, String, XmlNode, SoapFaultSubCode, Exception) |
Initializes a new instance of the SoapException class with the specified exception message, exception code, URI that identifies the piece of code that caused the exception, URI that represents the XML Web service's function in processing the SOAP message, the human language associated with the exception, the application-specific exception information, the subcode for the SOAP fault and reference to the root cause of the exception.
Supported by the .NET Compact Framework.
|
Community Additions
ADD
Show: