C# 클래스 Microsoft.Synchronization.ClientServices.IsolatedStorage.LoadCompletedEventArgs

Event args passed to the LoadCompletedEventHandler when LoadAsync completes
상속: System.EventArgs
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 메소드들

메소드 설명
LoadCompletedEventArgs ( Exception e ) : System

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

메소드 상세

LoadCompletedEventArgs() 공개 메소드

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).
리턴 System