PromiseException Class
This exception is used as the exception for a task created from a promise when the underlying promise fails.
Namespace:
System.Threading.TasksAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class PromiseException : Exception
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class PromiseException _ Inherits Exception
[ExternalAttribute] [NamespaceAttribute] public ref class PromiseException : public Exception
Inheritance Hierarchy
System..::..Exception
System.Threading.Tasks..::..PromiseException