C# 클래스 Dibware.StoredProcedureFramework.Helpers.ExceptionHelper

파일 보기 프로젝트 열기: dibley1973/StoredProcedureFramework

공개 메소드들

메소드 설명
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