Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.18 KB

File metadata and controls

42 lines (34 loc) · 1.18 KB
title Platform::OutOfBoundsException Class | Microsoft Docs
ms.custom
ms.date 12/30/2016
ms.technology cpp-windows
ms.reviewer
ms.suite
ms.tgt_pltfrm
ms.topic reference
f1_keywords
VCCORLIB/Platform::OutOfBoundsException
VCCORLIB/Platform::OutOfBoundsException::OutOfBoundsException
dev_langs
C++
helpviewer_keywords
Platform::OutOfBoundsException
ms.assetid 96f8bf75-1207-4049-964b-7771822cadf3
caps.latest.revision 3
author ghogen
ms.author ghogen
manager ghogen
ms.workload
cplusplus

Platform::OutOfBoundsException Class

Thrown when an operation attempts to access data outside the valid range.

Syntax

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