C# 클래스 CavemanTools.Model.Persistence.PersistenceException

Used to wrap a specific storage exception
상속: System.Exception
파일 보기 프로젝트 열기: sapiens/cavemantools

공개 메소드들

메소드 설명
PersistenceException ( Exception inner, string msg = "" ) : System

메소드 상세

PersistenceException() 공개 메소드

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