IGraphContext.Errors Property

A list of the reported errors.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
ReadOnly Property Errors As IEnumerable(Of Exception)
IEnumerable<Exception> Errors { get; }
property IEnumerable<Exception^>^ Errors {
    IEnumerable<Exception^>^ get ();
}
abstract Errors : IEnumerable<Exception> with get
function get Errors () : IEnumerable<Exception>

Property Value

Type: IEnumerable<Exception>

.NET Framework Security

See Also

Reference

IGraphContext Interface

Microsoft.VisualStudio.GraphModel Namespace