Class DataException
Implements
Inherited Members
Namespace: PayrollEngine.Data
Assembly: PayrollEngine.Core.dll
Syntax
public class DataException : Exception, ISerializable
Constructors
DataException()
Declaration
public DataException()
DataException(string)
Declaration
public DataException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
DataException(string, Exception)
Declaration
public DataException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |