Class PromiseStateException
Exception thrown when an operation is performed on a promise that is in an invalid
state for it to handle.
Inheritance
PromiseStateException
Syntax
public class PromiseStateException : PromiseException, ISerializable, _Exception
Constructors
PromiseStateException()
Declaration
public PromiseStateException()
PromiseStateException(String)
Declaration
public PromiseStateException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
PromiseStateException(String, Exception)
Declaration
public PromiseStateException(string message, Exception inner)
Parameters