Partilhar via


Construtor DataSchemaModelControllerException (String, Exception)

Inicializa uma nova instância da classe DataSchemaModelControllerException.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataSchemaModelControllerException(
    string message,
    Exception innerException
)
public:
DataSchemaModelControllerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataSchemaModelControllerException
public function DataSchemaModelControllerException(
    message : String, 
    innerException : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModelControllerException Classe

Sobrecargas DataSchemaModelControllerException

Namespace Microsoft.Data.Schema.SchemaModel