Bridge

PromiseException Class

This exception is used as the exception for a task created from a promise when the underlying promise fails.

Namespace:  System.Threading.Tasks
Assembly:  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..::..Object
  System..::..Exception
    System.Threading.Tasks..::..PromiseException