C# Class Ypsilon.Emulation.Processor.SegFaultException

Inheritance: System.Exception
Afficher le fichier Open project: ZaneDubya/YCPU

Méthodes publiques

Свойство Type Description
Address ushort
SegmentType SegmentIndex

Méthodes publiques

Méthode Description
SegFaultException ( SegmentIndex si, ushort address ) : System

Method Details

SegFaultException() public méthode

public SegFaultException ( SegmentIndex si, ushort address ) : System
si SegmentIndex
address ushort
Résultat System

Property Details

Address public_oe property

public ushort Address
Résultat ushort

SegmentType public_oe property

public SegmentIndex SegmentType
Résultat SegmentIndex