C# Class Deveel.Data.Store.StorageException

Inheritance: ErrorException
Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
StorageException ( ) : System
StorageException ( int errorCode ) : System
StorageException ( int errorCode, string message ) : System
StorageException ( int errorCode, string message, Exception innerException ) : System
StorageException ( string message ) : System
StorageException ( string message, Exception innerException ) : System

Method Details

StorageException() public method

public StorageException ( ) : System
return System

StorageException() public method

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

StorageException() public method

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

StorageException() public method

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

StorageException() public method

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

StorageException() public method

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