Class TestCompileException
Case test compile exception
Implements
Inherited Members
Namespace: PayrollEngine.Client.Test
Assembly: PayrollEngine.Client.Test.dll
Syntax
public class TestCompileException : PayrollException, ISerializable
Constructors
TestCompileException(string, Exception)
Initializes a new instance of the TestCompileException class.
Declaration
public TestCompileException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
| Exception | innerException | The inner exception |