Struct RejectHandler
Represents a handler invoked when the promise is rejected.
Namespace: RSG
Syntax
public struct RejectHandler
Fields
callback
Callback fn.
Declaration
public Action<Exception> callback
Field Value
Type | Description |
---|---|
System.Action<System.Exception> |
rejectable
The promise that is rejected when there is an error while invoking the handler.
Declaration
public IRejectable rejectable
Field Value
Type | Description |
---|---|
IRejectable |