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

적용 대상