C# Класс Files.FAR3.FAR3Exception

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

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

Метод Описание
FAR3Exception ( string Message ) : System

An exception thrown by the FAR3Archive class when it failed to read a FAR3 archive.

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

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

An exception thrown by the FAR3Archive class when it failed to read a FAR3 archive.
public FAR3Exception ( string Message ) : System
Message string The message that was passed by the class.
Результат System