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

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

Public Methods

Method 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 method

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).
return System