ModelPersistenceException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe ModelPersistenceException.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- message
Type : System.String
Message d'erreur.
- innerException
Type : System.Exception
Exception imbriquée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ModelPersistenceException Classe