C# Класс Zem80.Core.InstructionNotFoundException

Наследование: Zem80.Core.Z80Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
InstructionNotFoundException ( ) : System
InstructionNotFoundException ( string message ) : System
InstructionNotFoundException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

InstructionNotFoundException() публичный Метод

public InstructionNotFoundException ( ) : System
Результат System

InstructionNotFoundException() защищенный Метод

protected InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

InstructionNotFoundException() публичный Метод

public InstructionNotFoundException ( string message ) : System
message string
Результат System

InstructionNotFoundException() публичный Метод

public InstructionNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System