Bridge

ArgumentOutOfRangeException Class

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class ArgumentOutOfRangeException : ArgumentException, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class ArgumentOutOfRangeException _
	Inherits ArgumentException _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class ArgumentOutOfRangeException : public ArgumentException, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..ArgumentException
      System..::..ArgumentOutOfRangeException