C# Класс Dibware.StoredProcedureFramework.Helpers.ExceptionHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateSqlFunctionConstructionException() публичный статический Метод

Creates the stored procedure construction exception with message parameter.
public static CreateSqlFunctionConstructionException ( string exceptionMessage ) : SqlFunctionConstructionException
exceptionMessage string The exception message.
Результат Dibware.StoredProcedureFramework.Exceptions.SqlFunctionConstructionException

CreateStoredProcedureConstructionException() публичный статический Метод

Creates the stored procedure construction exception with message parameter.
public static CreateStoredProcedureConstructionException ( string exceptionMessage ) : StoredProcedureConstructionException
exceptionMessage string The exception message.
Результат StoredProcedureConstructionException

CreateStoredProcedureConstructionException() публичный статический Метод

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.
Результат StoredProcedureConstructionException