BSTException constructor (1 of 2)

BSTException Constructor.

public BSTException(string message, object currKey, object currValue)
parameter description
message Exception Message
currKey Key of the Current Node.
currValue Value of the Current Node.

See Also


BSTException constructor (2 of 2)

BSTException Constructor.

public BSTException(string message, object currKey, object currValue, object otherKey, 
    object otherValue)
parameter description
message Exception Message
currKey Key of the Current Node.
currValue Value of the Current Node.
otherKey Key of another Node.
otherValue Value of another Node.

See Also