Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1013 Bytes

platform-notimplementedexception-class.md

File metadata and controls

36 lines (24 loc) · 1013 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::NotImplementedException Class
Platform::NotImplementedException Class
12/30/2016
reference
VCCORLIB/Platform::NotImplementedException
VCCORLIB/Platform::NotImplementedException::NotImplementedException
Platform::NotImplementedException
6da26cc2-dde8-4aea-aa85-67aac55cf97b

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