Bridge

SyntaxException Class

The SyntaxError object represents an error when trying to interpret syntactically invalid code.

Namespace:  System
Assembly:  Bridge.Html5 (in Bridge.Html5.dll)

Syntax


[ExternalAttribute]
[NameAttribute]
[ConstructorAttribute]
public class SyntaxException : Exception
<ExternalAttribute> _
<NameAttribute> _
<ConstructorAttribute> _
Public Class SyntaxException _
	Inherits Exception
[ExternalAttribute]
[NameAttribute]
[ConstructorAttribute]
public ref class SyntaxException : public Exception

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..SyntaxException