SoapException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SoapException() |
Initializes a new instance of the SoapException class. |
SoapException(String, Object, String, XmlNode, Exception) |
Initializes a new instance of the SoapException class. |
SoapException()
Initializes a new instance of the SoapException class.
public SoapException ();
Public Sub New ()
Applies to
SoapException(String, Object, String, XmlNode, Exception)
Initializes a new instance of the SoapException class.
public SoapException (string message, object serverFaultCode, string absoluteUri, System.Xml.XmlNode xmlNode, Exception innerException);
new Microsoft.Media.Drm.Soap.SoapException : string * obj * string * System.Xml.XmlNode * Exception -> Microsoft.Media.Drm.Soap.SoapException
Public Sub New (message As String, serverFaultCode As Object, absoluteUri As String, xmlNode As XmlNode, innerException As Exception)
Parameters
- message
- String
Message associated with the exception.
- serverFaultCode
- Object
Internal server error code.
- absoluteUri
- String
Absolute Uri of the request that cause the exception.
- xmlNode
- XmlNode
XML node with details of the exception.
- innerException
- Exception
Original exception that cause the problem.