Partilhar via


Propriedade IGraphContext.Errors

Uma lista de erros relatados.

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

Sintaxe

'Declaração
ReadOnly Property Errors As IEnumerable(Of Exception)
IEnumerable<Exception> Errors { get; }
property IEnumerable<Exception^>^ Errors {
    IEnumerable<Exception^>^ get ();
}
abstract Errors : IEnumerable<Exception>
function get Errors () : IEnumerable<Exception>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<Exception>

Segurança do .NET Framework

Consulte também

Referência

IGraphContext Interface

Namespace Microsoft.VisualStudio.GraphModel