C# Class CavemanTools.Model.Persistence.PersistenceException

Used to wrap a specific storage exception
Inheritance: System.Exception
Afficher le fichier Open project: sapiens/cavemantools

Méthodes publiques

Méthode Description
PersistenceException ( Exception inner, string msg = "" ) : System

Method Details

PersistenceException() public méthode

public PersistenceException ( Exception inner, string msg = "" ) : System
inner System.Exception
msg string
Résultat System