ExceptionDetail.Type 속성

정의

생성자에 전달된 예외의 형식 문자열을 가져오거나 설정합니다.

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

속성 값

생성자에 전달된 예외의 형식 문자열입니다.

특성

적용 대상