Sdílet prostřednictvím


ModelTranslatorException – konstruktor (String)

Inicializuje novou instanci ModelTranslatorException třídy pomocí poskytnutého zprávy.

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

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelTranslatorException Třída

ModelTranslatorException – přetížení

Microsoft.Data.Schema.SchemaModel.Translation – obor názvů