Bagikan melalui


ModelTranslatorException Constructor (String, Exception)

Initializes a new instance of the ModelTranslatorException class by using the provided inner exception.

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
)

Parameters

  • innerException
    Type: System.Exception
    The exception instance that caused the current exception.

.NET Framework Security

See Also

Reference

ModelTranslatorException Class

ModelTranslatorException Overload

Microsoft.Data.Schema.SchemaModel.Translation Namespace