C# Class bsharptree.exception.BplusTreeBadKeyValueException

Key cannot be null or too large.
Inheritance: System.ApplicationException
Show file Open project: thoward/bsharptree

Public Methods

Method Description
BplusTreeBadKeyValueException ( string message ) : System

Method Details

BplusTreeBadKeyValueException() public method

public BplusTreeBadKeyValueException ( string message ) : System
message string
return System