C# Class Deveel.Data.Client.DeveelDbException

Inheritance: DbException
Show file Open project: deveel/deveeldb Class Usage Examples

Public Methods

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

Method Details

DeveelDbException() public method

public DeveelDbException ( ) : System
return System

DeveelDbException() public method

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

DeveelDbException() public method

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