Show / Hide Table of Contents

Class PersistenceException

Inheritance
object
Exception
PayrollException
PersistenceException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetType()
Exception.TargetSite
Exception.Message
Exception.Data
Exception.InnerException
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.StackTrace
Exception.SerializeObjectState
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
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
Type Name Description
string message
PersistenceErrorType errorType

PersistenceException(string, PersistenceErrorType, Exception)

Declaration
public PersistenceException(string message, PersistenceErrorType errorType, Exception innerException)
Parameters
Type Name Description
string message
PersistenceErrorType errorType
Exception innerException

Properties

ErrorType

Declaration
public PersistenceErrorType ErrorType { get; }
Property Value
Type Description
PersistenceErrorType

Implements

ISerializable

Extension Methods

ExceptionExtensions.GetBaseMessage(Exception)
ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX