CompilerErrorToString Method
|
Creates and returns a string representation of the current exception.
Namespace:
Syntactik.Compiler
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic override string ToString()
Return Value
Type:
StringA string representation of the current exception.
Implements
_ExceptionToString
See Also