C# Class System.Threading.Tasks.PromiseException

Inheritance: Exception
Afficher le fichier Open project: theolivenbaum/h5 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PromiseException ( Array arguments )
PromiseException ( Array arguments, string message )
PromiseException ( Array arguments, string message, Exception innerException )

Method Details

PromiseException() public méthode

public PromiseException ( Array arguments )
arguments Array

PromiseException() public méthode

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

PromiseException() public méthode

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