Condividi tramite


Costruttore DataSchemaException (String, Exception)

Crea una nuova istanza della classe DataSchemaException utilizzando il messaggio e l'eccezione interna specificati.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public DataSchemaException(
    string message,
    Exception innerException
)
public:
DataSchemaException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DataSchemaException
public function DataSchemaException(
    message : String, 
    innerException : Exception
)

Parametri

  • message
    Tipo: System.String
    Stringa che indica il motivo dell'eccezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaException Classe

Overload DataSchemaException

Spazio dei nomi Microsoft.Data.Schema