ComparisonException

ComparisonException()

Initializes a new instance of the ComparisonException class.

public ComparisonException()

See Also


ComparisonException(string)

Initializes a new instance of the ComparisonException class with a specified error message.

public ComparisonException(string message)
Parameter Type Description
message String The exception message

See Also


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.

public ComparisonException(string message, Exception innerException)
Parameter Type Description
message String The exception message
innerException Exception The inner exception

See Also