Class UserInputCancelledException
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
messagestring
UserInputCancelledException(string, Exception)
public UserInputCancelledException(string message, Exception innerException)