SettingsProperty::ThrowOnErrorSerializing Property

 

Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property bool ThrowOnErrorSerializing {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the error will be thrown when the property is unsuccessfully serialized; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: