Table of Contents

Class UserInputCancelledException

Namespace
CLI.CliniCore.Service
Assembly
CLI.CliniCore.dll

Exception thrown when user cancels input by pressing Escape

public class UserInputCancelledException : Exception, ISerializable
Inheritance
UserInputCancelledException
Implements
Inherited Members

Constructors

UserInputCancelledException()

public UserInputCancelledException()

UserInputCancelledException(string)

public UserInputCancelledException(string message)

Parameters

message string

UserInputCancelledException(string, Exception)

public UserInputCancelledException(string message, Exception innerException)

Parameters

message string
innerException Exception