CliSettingsEnableDefaultExceptionHandler Property

Enables a default exception handler to catch any unhandled exceptions thrown during invocation. Default exception handler prints the exception in red color to console.

Default is .

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public bool EnableDefaultExceptionHandler { get; set; }

Property Value

Boolean

See Also