Class PromiseException
Base class for promise exceptions.
Namespace: RSG.Exceptions
Syntax
public class PromiseException : Exception, ISerializable, _Exception
Constructors
PromiseException()
Declaration
public PromiseException()
PromiseException(String)
Declaration
public PromiseException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
PromiseException(String, Exception)
Declaration
public PromiseException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |