Bridge

ReferenceException Class

The ReferenceError object represents an error when a non-existent variable is referenced.

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

Syntax


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

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..ReferenceException