SoapHeaderException クラス
アセンブリ: System.Web.Services (system.web.services.dll 内)


XML Web サービス クライアントが MustUnderstand プロパティを true に設定して XML Web サービス メソッドの呼び出しに SOAP ヘッダーを追加する場合、XML Web サービス メソッドは DidUnderstand プロパティを true に設定する必要があります。それ以外の場合は、SoapHeaderException がスローされます。
Detail プロパティは、SoapHeaderException の SOAP 仕様により設定できません。
![]() |
---|
SOAP 1.1 仕様をサービス プロトコルとして使用するアプリケーションは、SoapHeaderException を使用して SOAP 違反にアクセスできます。ただし、SOAP 1.2 仕様を使用するアプリケーションは、SoapException を使用して SOAP 違反にアクセスする必要があります。 |

次の例では、XML Web サービス クライアントが MyWebMethod XML Web サービス メソッドを呼び出し、MustUnderstand プロパティが true に設定された MyHeader 型の SOAP ヘッダーを渡しています。XML Web サービス メソッドが MyHeader SOAP ヘッダーの DidUnderstand プロパティを true に設定しない場合は、SoapHeaderException がスローされます。
Imports System Public Class Sample Public Shared Sub Main() Dim ws As New MyWebService() Try Dim customHeader As New MyHeader1() customHeader.MyValue = "Header Value for MyValue" customHeader.MustUnderstand = True ws.myHeader = customHeader Dim results As Integer results = ws.MyWebMethod(3,5) Catch e As Exception Console.WriteLine("Exception: {0}", e.ToString()) End Try End Sub End Class
using System; public class Sample { public static void Main() { MyWebService ws = new MyWebService(); try { MyHeader customHeader = new MyHeader(); customHeader.MyValue = "Header Value for MyValue"; customHeader.MustUnderstand = true; ws.myHeader = customHeader; int results = ws.MyWebMethod(3,5); } catch (Exception e) { Console.WriteLine ("Exception: {0}", e.ToString()); } } }
int main() { MyWebService^ ws = gcnew MyWebService; try { MyHeader^ customHeader = gcnew MyHeader; customHeader->MyValue = "Header Value for MyValue"; customHeader->MustUnderstand = true; ws->myHeader = customHeader; int results = ws->MyWebMethod( 3, 5 ); } catch ( Exception^ e ) { Console::WriteLine( "Exception: {0}", e ); } }
import System.*; public class Sample { public static void main(String[] args) { MyWebService ws = new MyWebService(); try { MyHeader customHeader = new MyHeader(); customHeader.myValue = "Header Value for MyValue"; customHeader.set_MustUnderstand(true); ws.myHeader = customHeader; int results = ws.MyWebMethod(3, 5); } catch (System.Exception e) { Console.WriteLine("Exception: {0}", e.ToString()); } } //main } //Sample

System.Exception
System.SystemException
System.Web.Services.Protocols.SoapException
System.Web.Services.Protocols.SoapHeaderException


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ ()
アセンブリ: System.Web.Services (system.web.services.dll 内)


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName, String, String, String, SoapFaultSubCode, Exception)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Public Sub New ( _ message As String, _ code As XmlQualifiedName, _ actor As String, _ role As String, _ lang As String, _ subCode As SoapFaultSubCode, _ innerException As Exception _ )
Dim message As String Dim code As XmlQualifiedName Dim actor As String Dim role As String Dim lang As String Dim subCode As SoapFaultSubCode Dim innerException As Exception Dim instance As New SoapHeaderException(message, code, actor, role, lang, subCode, innerException)
public SoapHeaderException ( string message, XmlQualifiedName code, string actor, string role, string lang, SoapFaultSubCode subCode, Exception innerException )
public: SoapHeaderException ( String^ message, XmlQualifiedName^ code, String^ actor, String^ role, String^ lang, SoapFaultSubCode^ subCode, Exception^ innerException )
public SoapHeaderException ( String message, XmlQualifiedName code, String actor, String role, String lang, SoapFaultSubCode subCode, Exception innerException )
public function SoapHeaderException ( message : String, code : XmlQualifiedName, actor : String, role : String, lang : String, subCode : SoapFaultSubCode, innerException : Exception )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName, String, String, SoapFaultSubCode, Exception)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Public Sub New ( _ message As String, _ code As XmlQualifiedName, _ actor As String, _ role As String, _ subCode As SoapFaultSubCode, _ innerException As Exception _ )
Dim message As String Dim code As XmlQualifiedName Dim actor As String Dim role As String Dim subCode As SoapFaultSubCode Dim innerException As Exception Dim instance As New SoapHeaderException(message, code, actor, role, subCode, innerException)
public SoapHeaderException ( string message, XmlQualifiedName code, string actor, string role, SoapFaultSubCode subCode, Exception innerException )
public: SoapHeaderException ( String^ message, XmlQualifiedName^ code, String^ actor, String^ role, SoapFaultSubCode^ subCode, Exception^ innerException )
public SoapHeaderException ( String message, XmlQualifiedName code, String actor, String role, SoapFaultSubCode subCode, Exception innerException )
public function SoapHeaderException ( message : String, code : XmlQualifiedName, actor : String, role : String, subCode : SoapFaultSubCode, innerException : Exception )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName, String, Exception)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Public Sub New ( _ message As String, _ code As XmlQualifiedName, _ actor As String, _ innerException As Exception _ )
Dim message As String Dim code As XmlQualifiedName Dim actor As String Dim innerException As Exception Dim instance As New SoapHeaderException(message, code, actor, innerException)
public SoapHeaderException ( string message, XmlQualifiedName code, string actor, Exception innerException )
public: SoapHeaderException ( String^ message, XmlQualifiedName^ code, String^ actor, Exception^ innerException )
public SoapHeaderException ( String message, XmlQualifiedName code, String actor, Exception innerException )
public function SoapHeaderException ( message : String, code : XmlQualifiedName, actor : String, innerException : Exception )

<%@ WebService Language="VB" Class="MathSvc" %> Imports System Imports System.Web.Services Imports System.Web.Services.Protocols Public Class MySoapHeader Inherits SoapHeader Public number As Integer End Class 'MySoapHeader Public Class MathSvc Inherits WebService Public mySoapHeader As MySoapHeader <WebMethod(), SoapHeaderAttribute("mySoapHeader", _ Direction := SoapHeaderDirection.In)> _ Public Function Add(xValue As Single, yValue As Single) As Single ' Process the header from the client. Try Dim j As Integer = 100 / mySoapHeader.number Catch e As Exception ' Throw a SoapHeaderException if an exception is caught during ' header processing. Throw New SoapHeaderException( _ "An Exception was thrown during the processing of header", _ SoapException.ClientFaultCode, _ "http://localhost/MathSvc_SoapHeaderException4.vb.asmx/Add", e) End Try Return xValue + yValue End Function 'Add End Class 'MathSvc
<%@ WebService Language="C#" Class="MathSvc" %> using System; using System.Web.Services; using System.Web.Services.Protocols; public class MySoapHeader : SoapHeader { public int number; } public class MathSvc : WebService { public MySoapHeader mySoapHeader; [WebMethod] [SoapHeaderAttribute("mySoapHeader", Direction=SoapHeaderDirection.In)] public float Add(float xValue, float yValue) { // Process the header from the client. try { int j = 100/mySoapHeader.number; } catch(Exception e) { // Throw a SoapHeaderException if an exception is caught during // header processing. throw new SoapHeaderException( "An Exception was thrown during the processing of header", SoapException.ClientFaultCode, "http://localhost/MathSvc_SoapHeaderException4.cs.asmx/Add" , e); } return(xValue + yValue); } }
import System.*; import System.Web.Services.*; import System.Web.Services.Protocols.*; public class MySoapHeader extends SoapHeader { public int number; } //MySoapHeader public class MathSvc extends WebService { public MySoapHeader mySoapHeader; /** @attribute WebMethod() */ /** @attribute SoapHeaderAttribute("mySoapHeader", Direction = SoapHeaderDirection.In) */ public float Add(float xValue, float yValue) throws SoapHeaderException { // Process the header from the client. try { int j = 100 / mySoapHeader.number; } catch (System.Exception e) { // Throw a SoapHeaderException if an exception is caught during // header processing. throw new SoapHeaderException("An Exception was thrown during " + "the processing of header", SoapException.ClientFaultCode, "http://localhost/MathSvc_SoapHeaderException4.cs.asmx/Add", e); } return xValue + yValue; } //Add } //MathSvc

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim message As String Dim code As XmlQualifiedName Dim instance As New SoapHeaderException(message, code)

<%@ WebService Language="VB" Class="MathSvc" %> Imports System Imports System.Web.Services Imports System.Web.Services.Protocols Public Class MySoapHeader Inherits SoapHeader Public number As Integer End Class 'MySoapHeader Public Class MathSvc Inherits WebService Public mySoapHeader As MySoapHeader <WebMethod(), SoapHeaderAttribute("mySoapHeader", _ Direction := SoapHeaderDirection.In)> _ Public Function Add(xValue As Single, yValue As Single) As Single ' Throw an exception if the value received in the header is zero. If mySoapHeader.number = 0 Then Throw New SoapHeaderException( _ "value received in the header is zero.", _ SoapException.ClientFaultCode) End If Return xValue + yValue End Function 'Add End Class 'MathSvc
<%@ WebService Language="C#" Class="MathSvc" %> using System; using System.Web.Services; using System.Web.Services.Protocols; public class MySoapHeader : SoapHeader { public int number; } public class MathSvc : WebService { public MySoapHeader mySoapHeader; [WebMethod] [SoapHeaderAttribute("mySoapHeader", Direction=SoapHeaderDirection.In)] public float Add(float xValue, float yValue) { // Throw an exception if the value received in the header is zero. if(mySoapHeader.number == 0) throw new SoapHeaderException( "value received in the header is zero." , SoapException.ClientFaultCode); return(xValue + yValue); } }
<%@ WebService Language="VJ#" Class="MathSvc" %> import System.*; import System.Web.Services.*; import System.Web.Services.Protocols.*; public class MySoapHeader extends SoapHeader { public int number; } //MySoapHeader public class MathSvc extends WebService { public MySoapHeader mySoapHeader; /** @attribute WebMethod() */ /** @attribute SoapHeaderAttribute("mySoapHeader", Direction = SoapHeaderDirection.In) */ public float Add(float xValue, float yValue) throws SoapHeaderException { // Throw an exception if the value received in the header is zero. if ( mySoapHeader.number == 0 ) { throw new SoapHeaderException("value received in the header is zero.", SoapException.ClientFaultCode) ; } return xValue + yValue ; } //Add } //MathSvc

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName, Exception)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim message As String Dim code As XmlQualifiedName Dim innerException As Exception Dim instance As New SoapHeaderException(message, code, innerException)
public function SoapHeaderException ( message : String, code : XmlQualifiedName, innerException : Exception )

<%@ WebService Language="VB" Class="MathSvc" %> Imports System Imports System.Web.Services Imports System.Web.Services.Protocols Public Class MySoapHeader Inherits SoapHeader Public number As Integer End Class 'MySoapHeader Public Class MathSvc Inherits WebService Public mySoapHeader As MySoapHeader <WebMethod(), SoapHeaderAttribute("mySoapHeader", _ Direction := SoapHeaderDirection.In)> _ Public Function Add(xValue As Single, yValue As Single) As Single ' Process the header from the client. Try Dim j As Integer = 100 / mySoapHeader.number Catch e As Exception ' Throw a SoapHeaderException if an exception is caught during ' header processing. Throw New SoapHeaderException( _ "An Exception was thrown during the processing of header", _ SoapException.ClientFaultCode, e) End Try Return xValue + yValue End Function 'Add End Class 'MathSvc
<%@ WebService Language="C#" Class="MathSvc" %> using System; using System.Web.Services; using System.Web.Services.Protocols; public class MySoapHeader : SoapHeader { public int number; } public class MathSvc : WebService { public MySoapHeader mySoapHeader; [WebMethod] [SoapHeaderAttribute("mySoapHeader", Direction=SoapHeaderDirection.In)] public float Add(float xValue, float yValue) { // Process the header from the client. try { int j = 100/mySoapHeader.number; } catch(Exception e) { // Throw a SoapHeaderException if an exception is caught during // header processing. throw new SoapHeaderException( "An Exception was thrown during the processing of header", SoapException.ClientFaultCode, e); } return(xValue + yValue); } }
<%@ WebService Language="VJ#" Class="MathSvc" %> import System.*; import System.Web.Services.*; import System.Web.Services.Protocols.*; public class MySoapHeader extends SoapHeader { public int number; } //MySoapHeader public class MathSvc extends WebService { public MySoapHeader mySoapHeader; /** @attribute WebMethod() */ /** @attribute SoapHeaderAttribute("mySoapHeader", Direction = SoapHeaderDirection.In) */ public float Add(float xValue, float yValue) throws SoapHeaderException { // Process the header from the client. try { int j = 100 / mySoapHeader.number; } catch (System.Exception e) { // Throw a SoapHeaderException if an exception is caught during // header processing. throw new SoapHeaderException( "An Exception was thrown during the processing of header", SoapException.ClientFaultCode, e); } return xValue + yValue; } //Add } //MathSvc

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (String, XmlQualifiedName, String)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim message As String Dim code As XmlQualifiedName Dim actor As String Dim instance As New SoapHeaderException(message, code, actor)

<%@ WebService Language="VB" Class="MathSvc" %> Imports System Imports System.Web.Services Imports System.Web.Services.Protocols Public Class MySoapHeader Inherits SoapHeader Public number As Integer End Class 'MySoapHeader Public Class MathSvc Inherits WebService Public mySoapHeader As MySoapHeader <WebMethod(), SoapHeaderAttribute("mySoapHeader", _ Direction := SoapHeaderDirection.In)> _ Public Function Add(xValue As Single, yValue As Single) As Single ' Throw an exception if the value received in the header is zero. If mySoapHeader.number = 0 Then Throw New SoapHeaderException("value received in the header is zero.", _ SoapException.ClientFaultCode, _ "http://localhost/MathSvc_SoapHeaderException3.vb.asmx/Add") End If Return xValue + yValue End Function 'Add End Class 'MathSvc
<%@ WebService Language="C#" Class="MathSvc" %> using System; using System.Web.Services; using System.Web.Services.Protocols; public class MySoapHeader : SoapHeader { public int number; } public class MathSvc : WebService { public MySoapHeader mySoapHeader; [WebMethod] [SoapHeaderAttribute("mySoapHeader", Direction=SoapHeaderDirection.In)] public float Add(float xValue, float yValue) { // Throw an exception if the value received in the header is zero. if(mySoapHeader.number == 0) throw new SoapHeaderException( "value received in the header is zero." , SoapException.ClientFaultCode, "http://localhost/MathSvc_SoapHeaderException3.cs.asmx/Add"); return(xValue + yValue); } }
<%@ WebService Language="VJ#" Class="MathSvc" %> import System.*; import System.Web.Services.*; import System.Web.Services.Protocols.*; public class MySoapHeader extends SoapHeader { public int number; } //MySoapHeader public class MathSvc extends WebService { public MySoapHeader mySoapHeader; /** @attribute WebMethod() */ /** @attribute SoapHeaderAttribute("mySoapHeader", Direction = SoapHeaderDirection.In) */ public float Add(float xValue, float yValue) throws SoapHeaderException { // Throw an exception if the value received in the header is zero. if (mySoapHeader.number == 0) { throw new SoapHeaderException("value received in the header is zero.", SoapException.ClientFaultCode, "http://localhost/MathSvc_SoapHeaderException3.cs.asmx/Add"); } return xValue + yValue; } //Add } //MathSvc

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ (SerializationInfo, StreamingContext)
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New SoapHeaderException(info, context)

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


SoapHeaderException コンストラクタ

名前 | 説明 |
---|---|
SoapHeaderException () | SoapHeaderException クラスの新しいインスタンスを初期化します。 |
SoapHeaderException (SerializationInfo, StreamingContext) | シリアル化を制御するパラメータを指定して、SoapHeaderException クラスの新しいインスタンスを初期化します。 |
SoapHeaderException (String, XmlQualifiedName) | SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
SoapHeaderException (String, XmlQualifiedName, Exception) | SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
SoapHeaderException (String, XmlQualifiedName, String) | SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
SoapHeaderException (String, XmlQualifiedName, String, Exception) | SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
SoapHeaderException (String, XmlQualifiedName, String, String, SoapFaultSubCode, Exception) | 関連付けるデータを指定して、SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |
SoapHeaderException (String, XmlQualifiedName, String, String, String, SoapFaultSubCode, Exception) | 関連付けるデータを指定して、SoapHeaderException クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |

SoapHeaderException プロパティ

名前 | 説明 | |
---|---|---|
![]() | Actor | 例外の原因となったコードの一部を取得します。 ( SoapException から継承されます。) |
![]() | Code | SOAP 違反コードの種類を取得します。 ( SoapException から継承されます。) |
![]() | Data | 例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。 ( Exception から継承されます。) |
![]() | Detail | アプリケーション固有のエラー情報を表す XmlNode を取得します。 ( SoapException から継承されます。) |
![]() | HelpLink | 例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。 ( Exception から継承されます。) |
![]() | InnerException | 現在の例外を発生させた Exception インスタンスを取得します。 ( Exception から継承されます。) |
![]() | Lang | 例外に関連付けられている言語を取得します。 ( SoapException から継承されます。) |
![]() | Message | 現在の例外を説明するメッセージを取得します。 ( Exception から継承されます。) |
![]() | Node | 例外の原因となったコードの一部を表す URI を取得します。 ( SoapException から継承されます。) |
![]() | Role | SOAP メッセージの処理での XML Web サービスの関数を表す URL を取得します。 ( SoapException から継承されます。) |
![]() | Source | エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。 ( Exception から継承されます。) |
![]() | StackTrace | 現在の例外がスローされたときにコール スタックにあったフレームの文字列形式を取得します。 ( Exception から継承されます。) |
![]() | SubCode | SOAP 違反の subcode XML 要素に格納されているオプションのエラー情報を取得します。 ( SoapException から継承されます。) |
![]() | TargetSite | 現在の例外をスローするメソッドを取得します。 ( Exception から継承されます。) |


SoapHeaderException メソッド


名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

SoapHeaderException メンバ
SoapHeaderException データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | SoapHeaderException | オーバーロードされます。 SoapHeaderException クラスの新しいインスタンスを初期化します。 |


名前 | 説明 | |
---|---|---|
![]() | Actor | 例外の原因となったコードの一部を取得します。(SoapException から継承されます。) |
![]() | Code | SOAP 違反コードの種類を取得します。(SoapException から継承されます。) |
![]() | Data | 例外に関する追加のユーザー定義情報を提供するキー/値ペアのコレクションを取得します。(Exception から継承されます。) |
![]() | Detail | アプリケーション固有のエラー情報を表す XmlNode を取得します。(SoapException から継承されます。) |
![]() | HelpLink | 例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。(Exception から継承されます。) |
![]() | InnerException | 現在の例外を発生させた Exception インスタンスを取得します。(Exception から継承されます。) |
![]() | Lang | 例外に関連付けられている言語を取得します。(SoapException から継承されます。) |
![]() | Message | 現在の例外を説明するメッセージを取得します。(Exception から継承されます。) |
![]() | Node | 例外の原因となったコードの一部を表す URI を取得します。(SoapException から継承されます。) |
![]() | Role | SOAP メッセージの処理での XML Web サービスの関数を表す URL を取得します。(SoapException から継承されます。) |
![]() | Source | エラーの原因となったアプリケーションまたはオブジェクトの名前を取得または設定します。(Exception から継承されます。) |
![]() | StackTrace | 現在の例外がスローされたときにコール スタックにあったフレームの文字列形式を取得します。(Exception から継承されます。) |
![]() | SubCode | SOAP 違反の subcode XML 要素に格納されているオプションのエラー情報を取得します。(SoapException から継承されます。) |
![]() | TargetSite | 現在の例外をスローするメソッドを取得します。(Exception から継承されます。) |



名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

- SoapHeaderExceptionのページへのリンク