virtualSoC
0.6.2
baskett
Public Member Functions
|
List of all members
vmasm.InstructionNotFoundException Class Reference
Inheritance diagram for vmasm.InstructionNotFoundException:
Public Member Functions
InstructionNotFoundException
(string inst)
Detailed Description
Constructor & Destructor Documentation
◆
InstructionNotFoundException()
vmasm.InstructionNotFoundException.InstructionNotFoundException
(
string
inst
)
29
: base(
"Instruction "
+ inst +
" don't excist"
)
30
{
31
}
The documentation for this class was generated from the following file:
src/vmasm/
Exception.cs
vmasm
InstructionNotFoundException
Generated by
1.8.13