C# Class DBreeze.Exceptions.TableNotOperableException

This is a specific Exception which will bring to DB is not opearable state, we need to analyze this type of exception separately, that's why extra class.
Inheritance: System.Exception
显示文件 Open project: hhblaze/DBreeze

Public Methods

Method Description
TableNotOperableException ( ) : System
TableNotOperableException ( string message ) : System
TableNotOperableException ( string message, Exception innerException ) : System

Method Details

TableNotOperableException() public method

public TableNotOperableException ( ) : System
return System

TableNotOperableException() public method

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

TableNotOperableException() public method

public TableNotOperableException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System