C# Class Assembler.AssemblerException

Inheritance: System.Exception
Show file Open project: Rohansi/VM

Public Methods

Method Description
AssemblerException ( string message, Exception innerException = null ) : System

Method Details

AssemblerException() public method

public AssemblerException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System