Share via


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

例外狀況的類型。

屬性

適用於