Exception thrown when an incorrect character is detected.
Inherits: TokenizerException
Description
The InvalidCharacterException class defines an exception thrown when an incorrect character is detected.
Constructors
Creates a new instance of the class.
public
InvalidCharacterException(IContext context = null, string code = null, string message = null, Exception innerException = null)
- context: IContext - (optional) a context to trace execution through a call chain.
- code: string - code.
- message: string - human-readable message.
- line: number - line number.
- column: number - column number.
- innerException: Exception - inner exception.