Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.29 KB

File metadata and controls

46 lines (38 loc) · 1.29 KB
title Platform::NullReferenceException Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.prod windows-client-threshold
ms.technology
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
VCCORLIB/Platform::NullReferenceException
VCCORLIB/Platform::NullReferenceException::NullReferenceException
dev_langs
C++
helpviewer_keywords
Platform::NullReferenceException
ms.assetid be202577-d898-4716-83cd-e3556fe8a241
caps.latest.revision 3
author ghogen
ms.author ghogen
manager ghogen

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: [!INCLUDEwin8]

Minimum supported server: [!INCLUDEwinserver8]

Namespace: Platform

Metadata: platform.winmd

See Also

Platform::COMException Class