Bagikan melalui


ModelTranslatorException Constructor (String)

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ModelTranslatorException Class

ModelTranslatorException Overload

Microsoft.Data.Schema.SchemaModel.Translation Namespace