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
Afficher le fichier Open project: cofoundry-cms/cofoundry

Méthodes publiques

Méthode Description
UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System

Method Details

UnexpectedStoredProcedureResultException() public méthode

public UnexpectedStoredProcedureResultException ( string storedProcedureName ) : System
storedProcedureName string
Résultat System

UnexpectedStoredProcedureResultException() public méthode

public UnexpectedStoredProcedureResultException ( string storedProcedureName, string message ) : System
storedProcedureName string
message string
Résultat System