[This is preliminary documentation and is subject to change.]
An exception thrown when there is syntax error in text
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[SerializableAttribute] public class SyntaxErrorException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class SyntaxErrorException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class SyntaxErrorException : public Exception |
| F# |
|---|
[<SerializableAttribute>] type SyntaxErrorException = class inherit Exception end |
| JScript |
|---|
public class SyntaxErrorException extends Exception |
Inheritance Hierarchy
See Also
Version History
1.5.3
- (nightly) This class is new in version 1.5.3