Table of Contents

Class SubcommandCycleException

Namespace
McMaster.Extensions.CommandLineUtils.Errors
Assembly
McMaster.Extensions.CommandLineUtils.dll

The exception that is thrown when a subcommand cycle is detected

public class SubcommandCycleException : Exception, ISerializable
Inheritance
object
SubcommandCycleException
Implements
Inherited Members

Constructors

SubcommandCycleException(Type)

Initializes an instance of SubcommandCycleException.

public SubcommandCycleException(Type modelType)

Parameters

modelType Type

The type of the cycled command model

Properties

ModelType

The type of the cycled command model

public Type ModelType { get; }

Property Value

Type