Class UserCancelledException
Represents errors that occur when the user cancels an operation.
Inheritance
System.Object
UserCancelledException
Namespace: FM.LiveSwitch.Uwp.Win2D
Assembly: FM.LiveSwitch.Uwp.Win2D.dll
Syntax
public class UserCancelledException : Exception
Constructors
UserCancelledException(String)
Initializes a new instance of the UserCancelledException class with a specified error message.
Declaration
public UserCancelledException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |