Platform::NullReferenceException Class

Thrown when there is an attempt to dereference a null object reference.

Syntax

public ref class NullReferenceException : COMException,    IException,    IPrintable,    IEquatable

Remarks

For more information, see the COMException class.

Requirements

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

See also

Platform::COMException Class