다음을 통해 공유


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 속성을 현재 예외를 발생 시킨 예외 집합을 가져옵니다.

적용 대상