.NET Matrix Library
IndexOutOfBoundsException Constructor
See Also  Send Feedback



Creates an new instance of the IndexOutOfBoundsException class. Creates an new instance of the IndexOutOfBoundsException class.

Overload List

OverloadDescription
IndexOutOfBoundsException Constructor(String,Exception)Creates a new instance of the IndexOutOfBoundsException class with the specified message and inner exception.  
IndexOutOfBoundsException Constructor(String)Creates a new instance of the IndexOutOfBoundsException class with the specified message.  
IndexOutOfBoundsException Constructor()Creates a new instance of the IndexOutOfBoundsException class with the default message.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library