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