SoapHeaderException 构造函数

定义

初始化 SoapHeaderException 类的新实例。

重载

SoapHeaderException()

初始化 SoapHeaderException 类的新实例。

SoapHeaderException(SerializationInfo, StreamingContext)

使用用于控制序列化的参数初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName)

初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName, Exception)

初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName, String)

初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName, String, Exception)

初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName, String, String, SoapFaultSubCode, Exception)

使用关联数据初始化 SoapHeaderException 类的新实例。

SoapHeaderException(String, XmlQualifiedName, String, String, String, SoapFaultSubCode, Exception)

使用关联数据初始化 SoapHeaderException 类的新实例。

SoapHeaderException()

初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException();
public SoapHeaderException ();
Public Sub New ()

适用于

SoapHeaderException(SerializationInfo, StreamingContext)

使用用于控制序列化的参数初始化 SoapHeaderException 类的新实例。

protected:
 SoapHeaderException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SoapHeaderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Web.Services.Protocols.SoapHeaderException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Web.Services.Protocols.SoapHeaderException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

info
SerializationInfo

一个 SerializationInfo,包含在序列化和反序列化过程中使用的值。

context
StreamingContext

一个 SoapHeaderException(SerializationInfo, StreamingContext),包含有关序列化流的源和目标的数据。

适用于

SoapHeaderException(String, XmlQualifiedName)

初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

适用于

SoapHeaderException(String, XmlQualifiedName, Exception)

初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, Exception ^ innerException);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code, Exception innerException);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName * Exception -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName, innerException As Exception)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

innerException
Exception

对异常的根本原因的引用。 此参数设置 InnerException 属性。

适用于

SoapHeaderException(String, XmlQualifiedName, String)

初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code, string actor);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName * string -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName, actor As String)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

actor
String

导致异常的代码段。 通常情况下,这是一个指向 XML Web service 方法的 URL。 此参数设置 Actor 属性。

适用于

SoapHeaderException(String, XmlQualifiedName, String, Exception)

初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, Exception ^ innerException);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code, string actor, Exception innerException);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName * string * Exception -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, innerException As Exception)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

actor
String

导致异常的代码段。 通常情况下,这是一个指向 XML Web service 方法的 URL。 此参数设置 Actor 属性。

innerException
Exception

对异常的根本原因的引用。 此参数设置 InnerException 属性。

适用于

SoapHeaderException(String, XmlQualifiedName, String, String, SoapFaultSubCode, Exception)

使用关联数据初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode, Exception ^ innerException);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code, string actor, string role, System.Web.Services.Protocols.SoapFaultSubCode subCode, Exception innerException);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName * string * string * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, subCode As SoapFaultSubCode, innerException As Exception)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

actor
String

导致异常的代码段。 通常情况下,这是一个指向 XML Web service 方法的 URL。 此参数设置 Actor 属性。

role
String

一个 URI,它表示在处理 SOAP 消息时 XML Web 服务的角色。 此参数设置 Role 属性。

subCode
SoapFaultSubCode

一个 SoapFaultSubCode,包含 SOAP 错误的 <subcode> 元素的内容。

innerException
Exception

对异常根本原因的引用。 此参数设置 InnerException 属性。

适用于

SoapHeaderException(String, XmlQualifiedName, String, String, String, SoapFaultSubCode, Exception)

使用关联数据初始化 SoapHeaderException 类的新实例。

public:
 SoapHeaderException(System::String ^ message, System::Xml::XmlQualifiedName ^ code, System::String ^ actor, System::String ^ role, System::String ^ lang, System::Web::Services::Protocols::SoapFaultSubCode ^ subCode, Exception ^ innerException);
public SoapHeaderException (string message, System.Xml.XmlQualifiedName code, string actor, string role, string lang, System.Web.Services.Protocols.SoapFaultSubCode subCode, Exception innerException);
new System.Web.Services.Protocols.SoapHeaderException : string * System.Xml.XmlQualifiedName * string * string * string * System.Web.Services.Protocols.SoapFaultSubCode * Exception -> System.Web.Services.Protocols.SoapHeaderException
Public Sub New (message As String, code As XmlQualifiedName, actor As String, role As String, lang As String, subCode As SoapFaultSubCode, innerException As Exception)

参数

message
String

一个标识异常发生原因的消息。 此参数设置 Message 属性。

code
XmlQualifiedName

发生的错误类型。 此参数设置 Code 属性。

actor
String

导致异常的代码段。 通常情况下,这是一个指向 XML Web service 方法的 URL。 此参数设置 Actor 属性。

role
String

一个 URI,它表示在处理 SOAP 消息时 XML Web 服务的角色。 此参数设置 Role 属性。

lang
String

标识与异常关联的人类语言的字符串。 此参数设置 Lang 属性。

subCode
SoapFaultSubCode

一个 SoapFaultSubCode,包含 SOAP 错误的 subcode 元素的内容。

innerException
Exception

对异常的根本原因的引用。 此参数设置 InnerException 属性。

适用于