C# Class Deveel.Data.DatabaseSystemException

Exception thrown where various problems occur within the database.
Inheritance: ErrorException
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
DatabaseSystemException ( int errorCode ) : System

DatabaseSystemException ( int errorCode, string message ) : System

DatabaseSystemException ( int errorCode, string message, Exception innerException ) : System

DatabaseSystemException ( string message ) : System

DatabaseSystemException ( string message, Exception innerException ) : System

Method Details

DatabaseSystemException() public method

public DatabaseSystemException ( int errorCode ) : System
errorCode int
return System

DatabaseSystemException() public method

public DatabaseSystemException ( int errorCode, string message ) : System
errorCode int
message string
return System

DatabaseSystemException() public method

public DatabaseSystemException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
return System

DatabaseSystemException() public method

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

DatabaseSystemException() public method

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