Interface IRejectable
Interface for a promise that can be rejected.
Namespace: RSG
Syntax
public interface IRejectable
Methods
Reject(Exception)
Reject the promise with an exception.
Declaration
void Reject(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | ex |