System
4.0.0.0
System.ComponentModel.Design.Serialization.IDesignerLoaderHost
System.IServiceProvider
Use the interface to specify whether the designer loader can continue loading when errors occur during deserialization.
Provides an interface that extends to specify whether errors are tolerated while loading a design document.
Property
4.0.0.0
System.Boolean
To be added.
In some scenarios, loading errors cannot be ignored. The designer loader implementation should return false when this is the case.
Gets or sets a value indicating whether it is possible to reload with errors.
Property
4.0.0.0
System.Boolean
To be added.
The property can only be set to true if is true. If is false, the value of is ignored.
Gets or sets a value indicating whether errors should be ignored when is called.