Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 906 Bytes

File metadata and controls

35 lines (23 loc) · 906 Bytes
title Platform::FailureException Class
description Learn more about: Platform::FailureException Class
ms.date 12/30/2016
ms.topic reference
f1_keywords
VCCORLIB/Platform::FailureException::FailureException
VCCORLIB/Platform::FailureException
helpviewer_keywords
Platform::FailureException

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