asp.net.ph

ArgumentOutOfRangeException Class

System Namespace


The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

ArgumentOutOfRangeException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public ArgumentOutOfRangeException ( )
public ArgumentOutOfRangeException ( String paramName )
public ArgumentOutOfRangeException ( String paramName , String message )
public ArgumentOutOfRangeException ( String message , Exception innerException )
public ArgumentOutOfRangeException ( String paramName , Object actualValue , String message )

Collapse   Properties

Visibility Name Value Type Accessibility
public ActualValue Object [ Get ]
public Message String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void

Remarks

ArgumentOutOfRangeException is thrown when a method is invoked and at least one of the arguments passed to the method is not a null reference ( Nothing in Visual Basic ) and does not contain a valid value.

ArgumentOutOfRangeException is used extensively by:

ArgumentOutOfRangeException behaves identically to ArgumentException. It is provided so that application code can differentiate between exceptions caused by invalid arguments that are not a null reference ( Nothing ), and exceptions caused by null arguments. For errors caused by null arguments, see ArgumentNullException.

ArgumentOutOfRangeException uses the HRESULT COR_E_ARGUMENTOUTOFRANGE, which has the value 0x80131502.

For a list of initial property values for an instance of ArgumentOutOfRangeException, see the ArgumentOutOfRangeException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph