SettingsProperty.ThrowOnErrorDeserializing 속성

정의

속성이 역직렬화되지 않을 때 오류가 throw될지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool ThrowOnErrorDeserializing { bool get(); void set(bool value); };
public bool ThrowOnErrorDeserializing { get; set; }
member this.ThrowOnErrorDeserializing : bool with get, set
Public Property ThrowOnErrorDeserializing As Boolean

속성 값

속성이 역직렬화되지 않을 때 오류가 throw되면

적용 대상