FunctionCallContent.Exception 속성

정의

원래 함수 호출 데이터를 이 클래스에 매핑하는 동안 발생한 예외를 가져오거나 설정합니다.

public:
 property Exception ^ Exception { Exception ^ get(); void set(Exception ^ value); };
[System.Text.Json.Serialization.JsonIgnore]
public Exception? Exception { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.Exception : Exception with get, set
Public Property Exception As Exception

속성 값

특성

설명

이 속성은 정보 용도로만 사용됩니다. 이 Exception 클래스 JsonSerializer의 인스턴스를 직렬화하는 과정의 일부로 직렬화되지 않습니다. 따라서 역직렬화 시 이 속성은 됩니다 null. 소비자는 성공을 나타내는 데 의존 null 해서는 안 됩니다.

적용 대상