InvalidDatabaseSchemaProviderException Constructor (String, Exception)

Initializes a new instance of the InvalidDatabaseSchemaProviderException class.

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 _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New InvalidDatabaseSchemaProviderException(message, _
    innerException)
public InvalidDatabaseSchemaProviderException(
    string message,
    Exception innerException
)
public:
InvalidDatabaseSchemaProviderException(
    String^ message, 
    Exception^ innerException
)
public function InvalidDatabaseSchemaProviderException(
    message : String, 
    innerException : Exception
)
new : 
        message:string * 
        innerException:Exception -> InvalidDatabaseSchemaProviderException

Parameters

  • message
    Type: System.String
    Indicates the reason for the exception

.NET Framework Security

See Also

Reference

InvalidDatabaseSchemaProviderException Class

InvalidDatabaseSchemaProviderException Members

InvalidDatabaseSchemaProviderException Overload

Microsoft.Data.Schema.Extensibility Namespace