C# Class System.Threading.Tasks.PromiseException

Inheritance: Exception
Datei anzeigen Open project: theolivenbaum/h5 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PromiseException ( Array arguments )
PromiseException ( Array arguments, string message )
PromiseException ( Array arguments, string message, Exception innerException )

Method Details

PromiseException() public method

public PromiseException ( Array arguments )
arguments Array

PromiseException() public method

public PromiseException ( Array arguments, string message )
arguments Array
message string

PromiseException() public method

public PromiseException ( Array arguments, string message, Exception innerException )
arguments Array
message string
innerException Exception