Partilhar via


Construtor ModelPersistenceException (String, Exception)

Inicializa uma nova instância da classe ModelPersistenceException.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ModelPersistenceException(
    string message,
    Exception innerException
)
public:
ModelPersistenceException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ModelPersistenceException
public function ModelPersistenceException(
    message : String, 
    innerException : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelPersistenceException Classe

Sobrecargas ModelPersistenceException

Namespace Microsoft.Data.Schema.SchemaModel