C# Class Files.FAR3.FAR3Exception

Inheritance: System.Exception
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Méthode Description
FAR3Exception ( string Message ) : System

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

Method Details

FAR3Exception() public méthode

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