C# Class Dibware.StoredProcedureFramework.Helpers.ExceptionHelper

Show file Open project: dibley1973/StoredProcedureFramework

Public Methods

Method Description
CreateSqlFunctionConstructionException ( string exceptionMessage ) : SqlFunctionConstructionException

Creates the stored procedure construction exception with message parameter.

CreateStoredProcedureConstructionException ( string exceptionMessage ) : StoredProcedureConstructionException

Creates the stored procedure construction exception with message parameter.

CreateStoredProcedureConstructionException ( string exceptionMessage, Exception innerException ) : StoredProcedureConstructionException

Creates the stored procedure construction exception with message parameter.

Method Details

CreateSqlFunctionConstructionException() public static method

Creates the stored procedure construction exception with message parameter.
public static CreateSqlFunctionConstructionException ( string exceptionMessage ) : SqlFunctionConstructionException
exceptionMessage string The exception message.
return Dibware.StoredProcedureFramework.Exceptions.SqlFunctionConstructionException

CreateStoredProcedureConstructionException() public static method

Creates the stored procedure construction exception with message parameter.
public static CreateStoredProcedureConstructionException ( string exceptionMessage ) : StoredProcedureConstructionException
exceptionMessage string The exception message.
return StoredProcedureConstructionException

CreateStoredProcedureConstructionException() public static method

Creates the stored procedure construction exception with message parameter.
public static CreateStoredProcedureConstructionException ( string exceptionMessage, Exception innerException ) : StoredProcedureConstructionException
exceptionMessage string The exception message.
innerException System.Exception The inner exception.
return StoredProcedureConstructionException