ExceptionBehaviour Property

Definition

Namespace CliInvoke.Core
Assembly CliInvoke.Core.dll

Gets the ProcessExceptionBehaviour value that determines how exceptions are handled during process execution.

public ProcessExceptionBehaviour ExceptionBehaviour { get; }

Returns

Remarks

This property controls whether exceptions are suppressed, always allowed, or allowed only if they are unexpected.