Class PersistenceException
Inheritance
PersistenceException
Assembly: PayrollEngine.Core.dll
Syntax
public class PersistenceException : PayrollException, ISerializable
Constructors
PersistenceException()
Declaration
public PersistenceException()
PersistenceException(string, PersistenceErrorType)
Declaration
public PersistenceException(string message, PersistenceErrorType errorType)
Parameters
PersistenceException(string, PersistenceErrorType, Exception)
Declaration
public PersistenceException(string message, PersistenceErrorType errorType, Exception innerException)
Parameters
Properties
ErrorType
Declaration
public PersistenceErrorType ErrorType { get; }
Property Value
Implements
Extension Methods