C# Class 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.
Inheritance: Exception
ファイルを表示 Open project: cofoundry-cms/cofoundry

Public Methods

Method Description
UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System

Method Details

UnexpectedStoredProcedureResultException() public method

public UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
storedProcedureName string
return System

UnexpectedStoredProcedureResultException() public method

public UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System
storedProcedureName string
message string
return System