C# Class FyreVM.VMException

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

Public Methods

Method Description
VMException ( string message ) : System
VMException ( string message, Exception innerException ) : System

Method Details

VMException() public method

public VMException ( string message ) : System
message string
return System

VMException() public method

public VMException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System