Sdílet prostřednictvím


DataSchemaException – konstruktor (String, Exception)

Vytvoří novou instanci DataSchemaException třídy pomocí poskytnutého zprávy a vnitřní výjimka.

Obor názvů:  Microsoft.Data.Schema
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Parametry

  • message
    Typ: System.String
    Řetězec, který označuje důvod pro výjimku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaException Třída

DataSchemaException – přetížení

Microsoft.Data.Schema – obor názvů