AVLException constructor (1 of 2)

AVLException Constructor.

public AVLException(string message, object currKey, object currValue, int height)
parameter description
message Exception Message
currKey Key of the Current Node.
currValue Value of the Current Node.
height Height of the exception node.

See Also


AVLException constructor (2 of 2)

AVLException Constructor.

public AVLException(string message, object currKey, object currValue, int height, int balance)
parameter description
message Exception Message
currKey Key of the Current Node.
currValue Value of the Current Node.
height Height of the exception node.
balance Balance factor of the exception node.

See Also