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
-
objectSubcommandCycleException
- Implements
- Inherited Members
Constructors
SubcommandCycleException(Type)
Initializes an instance of SubcommandCycleException.
public SubcommandCycleException(Type modelType)
Parameters
modelTypeTypeThe type of the cycled command model
Properties
ModelType
The type of the cycled command model
public Type ModelType { get; }