C# Class FyreVM.VMException

An exception that is thrown by FyreVM when the game misbehaves.
Inheritance: System.Exception
Afficher le fichier Open project: ChicagoDave/Zifmia

Méthodes publiques

Méthode Description
VMException ( string message ) : System
VMException ( string message, Exception innerException ) : System

Method Details

VMException() public méthode

public VMException ( string message ) : System
message string
Résultat System

VMException() public méthode

public VMException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System