WorkspaceManager.ThrowOnWorkspaceError Property
Gets or sets whether the application should throw the XmlException when a user attempts to apply a corrupt workspace. Regardless of this setting, the Workspace Manager also fires the WorkspaceError event that notifies you about the issue.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ThrowOnWorkspaceError { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | Specifies whether or not invalid workspaces should trigger the Xml |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
Neither the exception nor the WorkspaceError event occur when an invalid workspace is loaded (added to the Workspaces collection), only when a user tries to apply this workspace.