[]
The exception that is thrown when trying to insert content into an invalid position.
public class InvalidInsertPositionException : Exception, ISerializable
Initializes a new instance of the InvalidInsertPositionException class.
public InvalidInsertPositionException()
Initializes a new instance of the InvalidInsertPositionException class.
public InvalidInsertPositionException(string message, Exception innerException)
message
stringThe message that describes the error.
innerException
System.ExceptionThe exception that is the cause of the current exception.
Initializes a new instance of the InvalidInsertPositionException class.
public InvalidInsertPositionException(string message)
message
stringThe message that describes the error.