C# 클래스 Cofoundry.Domain.Data.UnexpectedStoredProcedureResultException

Used when a Sql Stored Procedure executes without error, but does not return the expected result e.g. when an output parameter should have always have a value, but does not.
상속: Exception
파일 보기 프로젝트 열기: cofoundry-cms/cofoundry

공개 메소드들

메소드 설명
UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System

메소드 상세

UnexpectedStoredProcedureResultException() 공개 메소드

public UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
storedProcedureName string
리턴 System

UnexpectedStoredProcedureResultException() 공개 메소드

public UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System
storedProcedureName string
message string
리턴 System