C# Class Files.FAR3.FAR3Exception

Inheritance: System.Exception
Exibir arquivo Open project: Afr0Games/Project-Dollhouse

Public Methods

Method Description
FAR3Exception ( string Message ) : System

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

Method Details

FAR3Exception() public method

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