Upgrade your Internet Experience
United States - English
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com
Welcome
Sign in
Microsoft Developer Network
Home
Library
Learn
Downloads
Support
Community
Forums
Printer Friendly Version
Send
Add Content...
Click to Rate and Give Feedback
Give feedback on this content
MSDN Library
MSDN
Please Wait
MSDN Library
Please Wait
Switch on low bandwidth view
Collapse All
This page is specific to
.NET Framework 3.0
Other versions are also available for the following:
Microsoft Visual Studio 2005/.NET Framework 2.0
ArgumentException Hierarchy
The following table lists the classes derived from
System.ArgumentException
.
Derived Classes
Class
Description
System.ArgumentNullException
The exception that is thrown when a null reference (
Nothing
in Visual Basic) is passed to a method that does not accept it as a valid argument.
System.ArgumentOutOfRangeException
The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.
System.ComponentModel.InvalidAsynchronousStateException
Thrown when a thread on which an operation should execute no longer exists or has no message loop.
System.ComponentModel.InvalidEnumArgumentException
The exception thrown when using invalid arguments that are enumerators.
System.DuplicateWaitObjectException
The exception that is thrown when an object appears more than once in an array of synchronization objects.
System.IO.Log.ReservationNotFoundException
Represents the exception that is thrown when a specific space reservation in a
LogRecordSequence
is not found.
System.Text.DecoderFallbackException
The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.
System.Text.EncoderFallbackException
The exception that is thrown when an encoder fallback operation fails. This class cannot be inherited.
See Also
Reference
ArgumentException Class
ArgumentException Members
System Namespace
Exception
Other Resources
[<topic://cpconHandlingThrowingExceptions>]
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Community Content
Add new content
Annotations
|
Edit
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
© 2009 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement