Class PromiseCancelledException
Inheritance
System.Object
System.Exception
PromiseCancelledException
Namespace: RSG
Syntax
public class PromiseCancelledException : Exception, ISerializable, _Exception
Constructors
PromiseCancelledException()
Just create the exception
Declaration
public PromiseCancelledException()
PromiseCancelledException(String)
Create the exception with description
Declaration
public PromiseCancelledException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Exception description |