Share via


ModelInstantiationException Constructor (String)

Initializes a new instance of the ModelInstantiationException class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ModelInstantiationException Class

ModelInstantiationException Overload

Microsoft.Data.Schema.SchemaModel Namespace