ModelTranslatorException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der ModelTranslatorException-Klasse mithilfe der bereitgestellten inneren Ausnahme.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameter

  • innerException
    Typ: System.Exception
    Die Exception-Instanz, die die aktuelle Ausnahme ausgelöst hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslatorException Klasse

ModelTranslatorException-Überladung

Microsoft.Data.Schema.SchemaModel.Translation-Namespace