Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CavemanTools
Model
Persistence
PersistenceException
C# Class CavemanTools.Model.Persistence.PersistenceException
Used to wrap a specific storage exception
Inheritance:
System.Exception
ファイルを表示
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