Partager via


SoapException Constructors

Definition

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.

Applies to