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 属性获取导致当前异常的异常集。

适用于