C# Class ImageGlass.ImageListView.CacheErrorEventArgs

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the CacheErrorEventArgs class.

Method Details

CacheErrorEventArgs() public méthode

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.
Résultat System