Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 964 Bytes

platform-failureexception-class.md

File metadata and controls

36 lines (24 loc) · 964 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::FailureException Class
Platform::FailureException Class
12/30/2016
reference
VCCORLIB/Platform::FailureException::FailureException
VCCORLIB/Platform::FailureException
Platform::FailureException
1729cd07-bfc2-448e-9db5-185d5cbf5b81

Platform::FailureException Class

Thrown when the operation has failed. It is the equivalent of the E_FAIL HRESULT.

Syntax

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