C# Class System.ComponentModel.AsyncCompletedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System

Méthodes protégées

Méthode Description
RaiseExceptionIfNecessary ( ) : void

Method Details

AsyncCompletedEventArgs() public méthode

public AsyncCompletedEventArgs ( Exception error, bool cancelled, Object userState ) : System
error Exception
cancelled bool
userState Object
Résultat System

RaiseExceptionIfNecessary() protected méthode

protected RaiseExceptionIfNecessary ( ) : void
Résultat void