Table of Contents

CliSettings.EnableDefaultExceptionHandler Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

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 false.

public bool EnableDefaultExceptionHandler { get; set; }

Property Value

bool