C# Класс ImageGlass.ImageListView.CacheErrorEventArgs

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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