Initializes a new instance of the AssemblerException class.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public AssemblerException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: AssemblerException( String^ message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.