Constructor.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public V2Error( V2Error second ) |
| Visual Basic |
|---|
Public Sub New ( _ second As V2Error _ ) |
| Visual C++ |
|---|
public: V2Error( V2Error^ second ) |
Parameters
- second
- Type: SnmpSharpNet..::..V2Error
Second object
Remarks
Since this class doesn't hold any meaningful information, constructor
does nothing with the argument.