C# Class ImageGlass.ImageListView.CacheErrorEventArgs

Show file Open project: d2phap/ImageGlass Class Usage Examples

Public Methods

Method Description
CacheErrorEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, Exception error, CacheThread cacheThread ) : System

Initializes a new instance of the CacheErrorEventArgs class.

Method Details

CacheErrorEventArgs() public method

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