Base class for SNMP version 2 error types.
For details see NoSuchInstance, NoSuchObject and EndOfMibView.
Inheritance: AsnType, ICloneable
Exemplo n.º 1
0
 /// <summary>Constructor.</summary>
 /// <remarks>
 /// Since this class doesn't hold any meaningful information, constructor
 /// does nothing with the argument.
 /// </remarks>
 /// <param name="second">Second object</param>
 public V2Error(V2Error second)
 {
 }
Exemplo n.º 2
0
 /// <summary>Constructor.</summary>
 /// <remarks>
 /// Since this class doesn't hold any meaningful information, constructor
 /// does nothing with the argument.
 /// </remarks>
 /// <param name="second">Second object</param>
 public V2Error(V2Error second)
 {
 }