Show / Hide Table of Contents

Class InequalitySyntaxException

Thrown when the inequality syntax is missused.

Inheritance
System.Object
InequalitySyntaxException
Namespace: Towel
Assembly: Towel.dll
Syntax
public class InequalitySyntaxException : Exception

Constructors

| Improve this Doc View Source

InequalitySyntaxException()

Thrown when the inequality syntax is missused.

Declaration
public InequalitySyntaxException()
| Improve this Doc View Source

InequalitySyntaxException(String)

Thrown when the inequality syntax is missused.

Declaration
public InequalitySyntaxException(string message)
Parameters
Type Name Description
System.String message

The message of the exception.

| Improve this Doc View Source

InequalitySyntaxException(String, Exception)

Thrown when the inequality syntax is missused.

Declaration
public InequalitySyntaxException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The message of the exception.

Exception innerException

The inner exception.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX