Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 988 Bytes

platform-outofboundsexception-class.md

File metadata and controls

36 lines (24 loc) · 988 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::OutOfBoundsException Class
Platform::OutOfBoundsException Class
12/30/2016
reference
VCCORLIB/Platform::OutOfBoundsException
VCCORLIB/Platform::OutOfBoundsException::OutOfBoundsException
Platform::OutOfBoundsException
96f8bf75-1207-4049-964b-7771822cadf3

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