Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1014 Bytes

platform-invalidargumentexception-class.md

File metadata and controls

36 lines (24 loc) · 1014 Bytes
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: Platform::InvalidArgumentException Class
Platform::InvalidArgumentException Class
12/30/2016
reference
VCCORLIB/Platform::InvalidArgumentException
VCCORLIB/Platform::InvalidArgumentException::InvalidArgumentException
Platform::InvalidArgumentException
1a8d860b-3bcb-41a9-9346-6610616a0b46

Platform::InvalidArgumentException Class

Thrown when one of the arguments provided to a method is not valid.

Syntax

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