This documentation is archived and is not being maintained.
SoapException Constructor
Visual Studio 2010
Initializes a new instance of the SoapException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
|
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. |
|
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. |
|
SoapException(String, XmlQualifiedName, SoapFaultSubCode) | Initializes a new instance of the SoapException class with the specified exception message, exception code, and subcode. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
Show: