ExceptionDetail.InnerException プロパティ

定義

内部例外を表す ExceptionDetail オブジェクトを取得または設定します。

public:
 property System::ServiceModel::ExceptionDetail ^ InnerException { System::ServiceModel::ExceptionDetail ^ get(); void set(System::ServiceModel::ExceptionDetail ^ value); };
public:
 property System::ServiceModel::ExceptionDetail ^ InnerException { System::ServiceModel::ExceptionDetail ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.ExceptionDetail InnerException { get; set; }
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.ExceptionDetail InnerException { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InnerException : System.ServiceModel.ExceptionDetail with get, set
[<System.Runtime.Serialization.DataMember>]
member this.InnerException : System.ServiceModel.ExceptionDetail
Public Property InnerException As ExceptionDetail
Public ReadOnly Property InnerException As ExceptionDetail

プロパティ値

内部例外情報。

属性

注釈

InnerException プロパティを使用して、現在の例外の原因になった例外のセットを取得します。

適用対象