Workspace.WorkspaceFailed Event

Definition

An event raised whenever the workspace or part of its solution model fails to access a file or other external resource.

public:
 event EventHandler<Microsoft::CodeAnalysis::WorkspaceDiagnosticEventArgs ^> ^ WorkspaceFailed;
public event EventHandler<Microsoft.CodeAnalysis.WorkspaceDiagnosticEventArgs> WorkspaceFailed;
member this.WorkspaceFailed : EventHandler<Microsoft.CodeAnalysis.WorkspaceDiagnosticEventArgs> 
Public Custom Event WorkspaceFailed As EventHandler(Of WorkspaceDiagnosticEventArgs) 

Event Type

Applies to