C# Класс FlickrNet.CacheException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
CacheException ( ) : System

Initializes a new instance of the CacheException class.

CacheException ( string message ) : System

Initializes a new instance of the CacheException class with a specified error message.

CacheException ( string message, Exception innerException ) : System

Initializes a new instance of the CacheException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Описание методов

CacheException() публичный Метод

Initializes a new instance of the CacheException class.
public CacheException ( ) : System
Результат System

CacheException() публичный Метод

Initializes a new instance of the CacheException class with a specified error message.
public CacheException ( string message ) : System
message string
Результат System

CacheException() публичный Метод

Initializes a new instance of the CacheException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public CacheException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System