C# Class bsharptree.exception.BplusTreeException

Generic error including programming errors.
Inheritance: System.ApplicationException
Exibir arquivo Open project: thoward/bsharptree

Public Methods

Method Description
BplusTreeException ( string message ) : System

Method Details

BplusTreeException() public method

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