次の方法で共有


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

プロパティ値

例外の型。

属性

適用対象