Constructor QueryGuardBudgetExceededException
- Namespace
- QueryGuard.Testing
- Assembly
- QueryGuard.Testing.dll
QueryGuardBudgetExceededException(string, QueryGuardResult)
Initializes a new instance of the QueryGuardBudgetExceededException class.
public QueryGuardBudgetExceededException(string message, QueryGuardResult result)
Parameters
messagestringThe failure message, carrying the evidence.
resultQueryGuardResultThe result that failed.
QueryGuardBudgetExceededException(string)
Initializes a new instance of the QueryGuardBudgetExceededException class.
public QueryGuardBudgetExceededException(string message)
Parameters
messagestringThe failure message.
QueryGuardBudgetExceededException(string, Exception)
Initializes a new instance of the QueryGuardBudgetExceededException class.
public QueryGuardBudgetExceededException(string message, Exception innerException)
Parameters
QueryGuardBudgetExceededException()
Initializes a new instance of the QueryGuardBudgetExceededException class.
public QueryGuardBudgetExceededException()