ExtensionLoadError.Severity Property
Gets the error severity.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Severity As ErrorSeverity
public ErrorSeverity Severity { get; }
public:
property ErrorSeverity Severity {
ErrorSeverity get ();
}
member Severity : ErrorSeverity
function get Severity () : ErrorSeverity
Property Value
Type: Microsoft.Data.Schema.ErrorSeverity
The severity indication.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.