CommandConfigurationException Class

Represents errors that occur during configuration.
public class CommandConfigurationException : CommandAppException, ISerializable
Interfaces
  • ISerializable
Base Types
Derived Types

Properties

IRenderable Pretty
Gets the pretty formatted exception message.

Extension Methods

T And<CommandConfigurationException>(Action<CommandConfigurationException>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
IRenderable GetRenderable(ExceptionFormats)
Gets a IRenderable representation of the exception.
IRenderable GetRenderable(ExceptionSettings)
Gets a IRenderable representation of the exception.