Sdílet prostřednictvím


DataSchemaException – konstruktor (String)

Vytvoří novou instanci DataSchemaException třídy pomocí poskytnutého zprávy.

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

Syntaxe

'Deklarace
Public Sub New ( _
    message As String _
)
public DataSchemaException(
    string message
)
public:
DataSchemaException(
    String^ message
)
new : 
        message:string -> DataSchemaException
public function DataSchemaException(
    message : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaException Třída

DataSchemaException – přetížení

Microsoft.Data.Schema – obor názvů