Sdílet prostřednictvím


ModelPersistenceException – konstruktor (String, Exception)

Inicializuje novou instanci ModelPersistenceException Třída

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelPersistenceException Třída

ModelPersistenceException – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů