다음을 통해 공유


JsonFaultDetail.ExceptionType 속성

정의

예외의 형식을 가져오거나 설정합니다.

public:
 property System::String ^ ExceptionType { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="ExceptionType")]
public string ExceptionType { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ExceptionType")>]
member this.ExceptionType : string with get, set
Public Property ExceptionType As String

속성 값

String

예외의 형식입니다.

특성

적용 대상