Class PromiseException
Base class for promise exceptions.
Inheritance
System.Object
System.Exception
PromiseException
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 |
---|---|---|
System.String | message |
PromiseException(String, Exception)
Declaration
public PromiseException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |