C# Class Zem80.Core.InstructionNotFoundException

Inheritance: Zem80.Core.Z80Exception
Datei anzeigen Open project: neilhewitt/Zem80

Public Methods

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

Protected Methods

Method Description
InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

InstructionNotFoundException() public method

public InstructionNotFoundException ( ) : System
return System

InstructionNotFoundException() protected method

protected InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

InstructionNotFoundException() public method

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

InstructionNotFoundException() public method

public InstructionNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
return System