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되면 true이고, 그렇지 않으면 false입니다.

적용 대상