Constructors: NewIndexOutOfRangeException

NewIndexOutOfRangeException

Creates a new IndexOutOfRangeException object.



 Public Function NewIndexOutOfRangeException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As IndexOutOfRangeException

Parameters

Message
[ByRef] String. A human-readable message explaining the exception.
InnerException
[ByVal] Optional. Exception. An exception that caused this exception.

Return Values

IndexOutOfRangeException -  A fully created IndexOutOfRangeException object.

See Also

Project CorLib Overview

Class Constructors Overview