Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.06 KB

File metadata and controls

41 lines (29 loc) · 1.06 KB
title Platform::NotImplementedException Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.topic reference
f1_keywords
VCCORLIB/Platform::NotImplementedException
VCCORLIB/Platform::NotImplementedException::NotImplementedException
dev_langs
C++
helpviewer_keywords
Platform::NotImplementedException
ms.assetid 6da26cc2-dde8-4aea-aa85-67aac55cf97b
author mikeblome
ms.author mblome
ms.workload
cplusplus

Platform::NotImplementedException Class

Thrown when an interface member is not been implemented in a derived type.

Syntax

public ref class NotImplementedException : 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