C# Class bsharptree.exception.BplusTreeKeyMissingException

No such key found for attempted retrieval.
Inheritance: System.ApplicationException
Exibir arquivo Open project: thoward/bsharptree

Public Methods

Method Description
BplusTreeKeyMissingException ( string message ) : System

Method Details

BplusTreeKeyMissingException() public method

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