Table of Contents

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

message string

The failure message, carrying the evidence.

result QueryGuardResult

The result that failed.

QueryGuardBudgetExceededException(string)

Initializes a new instance of the QueryGuardBudgetExceededException class.

public QueryGuardBudgetExceededException(string message)

Parameters

message string

The failure message.

QueryGuardBudgetExceededException(string, Exception)

Initializes a new instance of the QueryGuardBudgetExceededException class.

public QueryGuardBudgetExceededException(string message, Exception innerException)

Parameters

message string

The failure message.

innerException Exception

The inner exception.

QueryGuardBudgetExceededException()

Initializes a new instance of the QueryGuardBudgetExceededException class.

public QueryGuardBudgetExceededException()