C# Class Microsoft.Synchronization.ClientServices.IsolatedStorage.LoadCompletedEventArgs

Event args passed to the LoadCompletedEventHandler when LoadAsync completes
Inheritance: System.EventArgs
Afficher le fichier Open project: rafek/SyncFx Class Usage Examples

Méthodes publiques

Méthode Description
LoadCompletedEventArgs ( Exception e ) : System

Constructor which takes the exception that occurred when loading. The exception can be null if no exception occurred

Method Details

LoadCompletedEventArgs() public méthode

Constructor which takes the exception that occurred when loading. The exception can be null if no exception occurred
public LoadCompletedEventArgs ( Exception e ) : System
e System.Exception Exception which occurred during loading (can be null).
Résultat System