Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ArgumentOutOfRangeException Constructor

 

Initializes a new instance of the ArgumentOutOfRangeException class.

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

NameDescription
System_CAPS_pubmethodArgumentOutOfRangeException()

Initializes a new instance of the ArgumentOutOfRangeException class.

System_CAPS_protmethodArgumentOutOfRangeException(SerializationInfo^, StreamingContext)

Initializes a new instance of the ArgumentOutOfRangeException class with serialized data.

System_CAPS_pubmethodArgumentOutOfRangeException(String^)

Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.

System_CAPS_pubmethodArgumentOutOfRangeException(String^, Exception^)

Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message and the exception that is the cause of this exception.

System_CAPS_pubmethodArgumentOutOfRangeException(String^, Object^, String^)

Initializes a new instance of the ArgumentOutOfRangeException class with the parameter name, the value of the argument, and a specified error message.

System_CAPS_pubmethodArgumentOutOfRangeException(String^, String^)

Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception and a specified error message.

Return to top
Show:
© 2017 Microsoft