ModelPersistenceException Constructor (String)

Initializes a new instance of the ModelPersistenceException class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ModelPersistenceException Class

ModelPersistenceException Overload

Microsoft.Data.Schema.SchemaModel Namespace