C# Class CavemanTools.Model.Persistence.PersistenceException

Used to wrap a specific storage exception
Inheritance: System.Exception
Show file Open project: sapiens/cavemantools

Public Methods

Method Description
PersistenceException ( Exception inner, string msg = "" ) : System

Method Details

PersistenceException() public method

public PersistenceException ( Exception inner, string msg = "" ) : System
inner System.Exception
msg string
return System