ProcessValidationException Class

Definition

An exception thrown when a post-exit validation rule fails.

public sealed class ProcessValidationException : Exception, ISerializable

Remarks

The exception retains the Result so callers can inspect it. When Result owns disposable resources (for example redirected output streams), the exception handler must dispose it to release those resources.

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (1)