Class TigerCliException
- Namespace
- ItTiger.TigerCli.Exceptions
- Assembly
- ItTiger.TigerCli.dll
Exception raised for TigerCli framework failures that should identify the render or execution stage
where the failure occurred.
public class TigerCliException : Exception, ISerializable
- Inheritance
-
TigerCliException
- Implements
- Inherited Members
Constructors
TigerCliException(string, TigerCliRenderStage)
Creates a TigerCli exception with a message and stage classification.
public TigerCliException(string message, TigerCliRenderStage stage)
Parameters
messagestringstageTigerCliRenderStage
Properties
Stage
The framework stage associated with the failure.
public TigerCliRenderStage Stage { get; }