Class UnspecifiedIndexException
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
Thrown when an index is expected but not specified.
public class UnspecifiedIndexException : Exception, ISerializable
- Inheritance
-
UnspecifiedIndexException
- Implements
- Inherited Members
Constructors
UnspecifiedIndexException()
Initializes a new instance of the UnspecifiedIndexException class.
public UnspecifiedIndexException()
UnspecifiedIndexException(string)
Initializes a new instance of the UnspecifiedIndexException class.
public UnspecifiedIndexException(string message)
Parameters
message
stringThe message that describes the error.
UnspecifiedIndexException(string, Exception)
Initializes a new instance of the UnspecifiedIndexException class.
public UnspecifiedIndexException(string message, Exception innerException)