SoapHeaderException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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,包含在序列化和還原序列化 (Deserialization) 期間使用的值。
- 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)
參數
- 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)
參數
- 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)
參數
- code
- XmlQualifiedName
所發生錯誤的類型。 這個參數會設定 Code 屬性。
適用於
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)
參數
- code
- XmlQualifiedName
所發生錯誤的類型。 這個參數會設定 Code 屬性。
- 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)
參數
- code
- XmlQualifiedName
所發生錯誤的類型。 這個參數會設定 Code 屬性。
- 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)
參數
- code
- XmlQualifiedName
所發生錯誤的類型。 這個參數會設定 Code 屬性。
- subCode
- SoapFaultSubCode
SoapFaultSubCode,包含 SOAP 錯誤的 subcode
項目內容。
- innerException
- Exception
例外狀況根本原因的參考。 這個參數會設定 InnerException 屬性。