Class 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 |
---|---|---|
String | message | Exception description |