NullReferenceException Class
The exception that is thrown when there is an attempt to dereference a null object reference.
Namespace:
SystemAssembly: 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