IndexOutOFRangeException

IndexOutOFRangeException constructor (1 of 2)

Initializes a new instance of the IndexOutOFRangeException class.

public IndexOutOFRangeException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


IndexOutOFRangeException constructor (2 of 2)

Initializes a new instance of the IndexOutOFRangeException class.

public IndexOutOFRangeException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also