C# Class DBreeze.Exceptions.DBreezeException

Unified class for Debreeze exceptions
Inheritance: System.Exception
Show file Open project: hhblaze/DBreeze

Public Methods

Method Description
DBreezeException ( ) : System
DBreezeException ( string message ) : System
DBreezeException ( string message, Exception innerException ) : System
Throw ( Exception innerException ) : Exception
Throw ( eDBreezeExceptions exceptionType ) : Exception
Throw ( eDBreezeExceptions exceptionType, Exception innerException ) : Exception
Throw ( eDBreezeExceptions exceptionType, string message, Exception innerException ) : Exception

Private Methods

Method Description
GenerateException ( eDBreezeExceptions exceptionType, string message, Exception innerException ) : Exception

Internal

Method Details

DBreezeException() public method

public DBreezeException ( ) : System
return System

DBreezeException() public method

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

DBreezeException() public method

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

Throw() public static method

public static Throw ( Exception innerException ) : Exception
innerException System.Exception
return System.Exception

Throw() public static method

public static Throw ( eDBreezeExceptions exceptionType ) : Exception
exceptionType eDBreezeExceptions
return System.Exception

Throw() public static method

public static Throw ( eDBreezeExceptions exceptionType, Exception innerException ) : Exception
exceptionType eDBreezeExceptions
innerException System.Exception
return System.Exception

Throw() public static method

public static Throw ( eDBreezeExceptions exceptionType, string message, Exception innerException ) : Exception
exceptionType eDBreezeExceptions
message string
innerException System.Exception
return System.Exception