C# Class DBreeze.Exceptions.DBreezeException

Unified class for Debreeze exceptions
Inheritance: System.Exception
Afficher le fichier Open project: hhblaze/DBreeze

Méthodes publiques

Méthode 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

Méthode Description
GenerateException ( eDBreezeExceptions exceptionType, string message, Exception innerException ) : Exception

Internal

Method Details

DBreezeException() public méthode

public DBreezeException ( ) : System
Résultat System

DBreezeException() public méthode

public DBreezeException ( string message ) : System
message string
Résultat System

DBreezeException() public méthode

public DBreezeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

Throw() public static méthode

public static Throw ( Exception innerException ) : Exception
innerException System.Exception
Résultat System.Exception

Throw() public static méthode

public static Throw ( eDBreezeExceptions exceptionType ) : Exception
exceptionType eDBreezeExceptions
Résultat System.Exception

Throw() public static méthode

public static Throw ( eDBreezeExceptions exceptionType, Exception innerException ) : Exception
exceptionType eDBreezeExceptions
innerException System.Exception
Résultat System.Exception

Throw() public static méthode

public static Throw ( eDBreezeExceptions exceptionType, string message, Exception innerException ) : Exception
exceptionType eDBreezeExceptions
message string
innerException System.Exception
Résultat System.Exception