ExtensionLoadError Constructor (String, ErrorSeverity, ExtensionHandle)
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, _
associatedExtension As ExtensionHandle _
)
public ExtensionLoadError(
string message,
ErrorSeverity severity,
ExtensionHandle associatedExtension
)
public:
ExtensionLoadError(
String^ message,
ErrorSeverity severity,
ExtensionHandle^ associatedExtension
)
new :
message:string *
severity:ErrorSeverity *
associatedExtension:ExtensionHandle -> ExtensionLoadError
public function ExtensionLoadError(
message : String,
severity : ErrorSeverity,
associatedExtension : ExtensionHandle
)
Parameters
- message
Type: System.String
The error message.
- severity
Type: Microsoft.Data.Schema.ErrorSeverity
A member of the ErrorSeverity enumeration.
- associatedExtension
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The associated ExtensionHandle.
.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.