C# 클래스 ImageGlass.ImageListView.CacheErrorEventArgs

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
CacheErrorEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Exception error, CacheThread cacheThread ) : System

Initializes a new instance of the CacheErrorEventArgs class.

메소드 상세

CacheErrorEventArgs() 공개 메소드

Initializes a new instance of the CacheErrorEventArgs class.
public CacheErrorEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Exception error, CacheThread cacheThread ) : System
item ImageGlass.ImageListView.ImageListViewItem The ImageListViewItem that is associated with this error.
error System.Exception The error that occurred during an asynchronous operation.
cacheThread CacheThread The thread raising the error.
리턴 System