C# Class Ypsilon.Emulation.Processor.SegFaultException

Inheritance: System.Exception
Show file Open project: ZaneDubya/YCPU

Public Properties

Property Type Description
Address ushort
SegmentType SegmentIndex

Public Methods

Method Description
SegFaultException ( SegmentIndex si, ushort address ) : System

Method Details

SegFaultException() public method

public SegFaultException ( SegmentIndex si, ushort address ) : System
si SegmentIndex
address ushort
return System

Property Details

Address public property

public ushort Address
return ushort

SegmentType public property

public SegmentIndex SegmentType
return SegmentIndex