ExtensionLoadError Constructor (String, ErrorSeverity)
Initializes a new instance of the ExtensionLoadError class.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
severity As ErrorSeverity _
)
public ExtensionLoadError(
string message,
ErrorSeverity severity
)
public:
ExtensionLoadError(
String^ message,
ErrorSeverity severity
)
new :
message:string *
severity:ErrorSeverity -> ExtensionLoadError
public function ExtensionLoadError(
message : String,
severity : ErrorSeverity
)
Parameters
- message
Type: System.String
The error message.
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
A member of the ErrorSeverity enumeration.
.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.