Show / Hide Table of Contents

Class TestCompileException

Case test compile exception

Inheritance
object
Exception
PayrollException
TestCompileException
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.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

Implements

ISerializable

Extension Methods

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