windowsforms-devexpress-dot-utils-dot-workspacemanager-497ed7b9.md
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.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Behavior")]
public DefaultBoolean ThrowOnWorkspaceError { get; set; }
<DXCategory("Behavior")>
<DefaultValue(DefaultBoolean.Default)>
Public Property ThrowOnWorkspaceError As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
Specifies whether or not invalid workspaces should trigger the XmlException when applied. The Default value is equal to False.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
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.
See Also