An exception which is thrown by the assembler while assembling an object file.

Namespace: SharpAssembler.Core
Assembly: 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

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    SharpAssembler.Core..::..AssemblerException

See Also