Open sandboxFocus

Class WorkspaceLoadException

An exception thrown when errors occur while loading a workspace.

Inheritance
WorkspaceLoadException
Implements
Namespace: Metalama.Framework.Workspaces
Assembly: Metalama.Framework.Workspaces.dll
Syntax
public sealed class WorkspaceLoadException : Exception, ISerializable

Constructors

Name Description
WorkspaceLoadException(string, IReadOnlyList<string>)

Properties

Name Description
Errors

Gets the list of error messages that occurred during workspace loading.

Extension Methods

See Also