ExtensionManager.Errors Property

Gets a read-only collection of errors from the loading operation if the creation of this manager triggered the type load.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property Errors As ReadOnlyCollection(Of ExtensionLoadError)
public ReadOnlyCollection<ExtensionLoadError> Errors { get; }
public:
property ReadOnlyCollection<ExtensionLoadError^>^ Errors {
    ReadOnlyCollection<ExtensionLoadError^>^ get ();
}
member Errors : ReadOnlyCollection<ExtensionLoadError>
function get Errors () : ReadOnlyCollection<ExtensionLoadError>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ExtensionLoadError>

.NET Framework Security

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace