Domain Detective

API Reference

Class

DesiredStateEvaluationOptions

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Controls exception handling behavior during desired state evaluation.

Inheritance

  • Object
  • DesiredStateEvaluationOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DesiredStateEvaluationOptions() #

Properties

public Boolean ThrowOnError { get; set; } #

When true, evaluation rethrows exceptions instead of logging and continuing.

public Boolean LogExceptionsAsErrors { get; set; } #

When true, evaluation logs exceptions as errors instead of warnings.

{{ include "footer" }}