Bridge

NullReferenceException Class

The exception that is thrown when there is an attempt to dereference a null object reference.

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

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class NullReferenceException : Exception, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class NullReferenceException _
	Inherits Exception _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class NullReferenceException : public Exception, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..NullReferenceException