Table of Contents

Class InvalidReferenceDataException

Namespace
Payetools.Common.Diagnostics
Assembly
Payetools.Common.dll

Exception that is thrown when invalid reference data is provided.

public class InvalidReferenceDataException : Exception, ISerializable
Inheritance
InvalidReferenceDataException
Implements
Inherited Members

Constructors

InvalidReferenceDataException(string)

Initialises a new instance of the InvalidReferenceDataException class.

public InvalidReferenceDataException(string message)

Parameters

message string

Human-readable text providing further details on the exception.

InvalidReferenceDataException(string, Exception)

Initialises a new instance of the InvalidReferenceDataException class with the supplied inner exception.

public InvalidReferenceDataException(string message, Exception innerException)

Parameters

message string

Human-readable text providing further details on the exception.

innerException Exception

Inner exception.