IGraphContext.Errors Property

Definition

A list of the reported errors.

public:
 property System::Collections::Generic::IEnumerable<Exception ^> ^ Errors { System::Collections::Generic::IEnumerable<Exception ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Exception> Errors { get; }
member this.Errors : seq<Exception>
Public ReadOnly Property Errors As IEnumerable(Of Exception)

Property Value

Applies to