ExtensibilityException Constructor (String, Exception)
Initializes a new instance of the ExtensibilityException class by using the provided message and an inner exception.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
public ExtensibilityException(
string message,
Exception innerException
)
public:
ExtensibilityException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ExtensibilityException
public function ExtensibilityException(
message : String,
innerException : Exception
)
Parameters
- message
Type: System.String
A description of the problem that caused the exception.
- innerException
Type: System.Exception
The original exception.
.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.