ComparisonException

ComparisonException class

Base class for all comparison process exceptions.

public class ComparisonException : ApplicationException

Constructors

Name Description
ComparisonException() Initializes a new instance of the ComparisonException class.
ComparisonException(string) Initializes a new instance of the ComparisonException class with a specified error message.
ComparisonException(string, Exception) Initializes a new instance of the ComparisonException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also