Creates a new instance.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public MarkingInfo( int id, string name ) |
| Visual Basic |
|---|
Public Sub New ( id As Integer, name As String ) |
Parameters
- id
- Type: System..::..Int32
ID of the marking to be registered.
- name
- Type: System..::..String
Name of the marking.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Parameter 'id' is out of valid range. |
| System..::..ArgumentNullException | Parameter 'name' is null. |