ExtensionLoadError Constructor (String, ErrorCategory, 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, _
category As ErrorCategory, _
associatedExtension As ExtensionHandle _
)
'Usage
Dim message As String
Dim category As ErrorCategory
Dim associatedExtension As ExtensionHandle
Dim instance As New ExtensionLoadError(message, _
category, associatedExtension)
public ExtensionLoadError(
string message,
ErrorCategory category,
ExtensionHandle associatedExtension
)
public:
ExtensionLoadError(
String^ message,
ErrorCategory category,
ExtensionHandle^ associatedExtension
)
public function ExtensionLoadError(
message : String,
category : ErrorCategory,
associatedExtension : ExtensionHandle
)
new :
message:string *
category:ErrorCategory *
associatedExtension:ExtensionHandle -> ExtensionLoadError
Parameters
- message
Type: System.String
The error message
- category
Type: Microsoft.Data.Schema.Extensibility.ErrorCategory
The error category
- associatedExtension
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The associated extension
.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.