Condividi tramite


Costruttore DataSchemaModelControllerException (String, Exception)

Inizializza una nuova istanza della classe DataSchemaModelControllerException.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaModelControllerException Classe

Overload DataSchemaModelControllerException

Spazio dei nomi Microsoft.Data.Schema.SchemaModel