Table of Contents

Property IsFailed

Namespace
QueryGuard
Assembly
QueryGuard.Core.dll

IsFailed

Gets a value indicating whether the command completed by failing.

public bool IsFailed { get; }

Property Value

bool

Remarks

A failed command is recorded as evidence. The original exception is never captured, wrapped, or replaced: it propagates to the application untouched.