EntryPoint
Show / Hide Table of Contents

Class UserFacingException

The base exception used for all exceptions caused by the user: incorrect syntax or other argument mistakes

Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
UserFacingException
DuplicateOptionException
NoParameterException
RequiredException
UnknownOptionException
VariableTypeException
Syntax
public abstract class UserFacingException : ArgumentException, _Exception, ISerializable
  • Improve this Doc