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 屬性來取得造成目前例外狀況的例外狀況集合。

適用於