SettingsProperty.ThrowOnErrorSerializing 속성

정의

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

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

속성 값

속성이 serialize되지 않을 때 오류가 throw되면

적용 대상