An exception which is thrown by the assembler while assembling an object file.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class AssemblerException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class AssemblerException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class AssemblerException : public Exception |