This documentation is archived and is not being maintained.

SoapException Constructor

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.

  NameDescription
Public method SoapException() Initializes a new instance of the SoapException class.
Protected method SoapException(SerializationInfo, StreamingContext) Initializes a new instance of the SoapException class with serialized data.
Public method SoapException(String, XmlQualifiedName) Initializes a new instance of the SoapException class with the specified exception message and exception code.
Public method 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.
Public method 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.
Public method SoapException(String, XmlQualifiedName, SoapFaultSubCode) Initializes a new instance of the SoapException class with the specified exception message, exception code, and subcode.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Top
Show: