Base class for SNMP version 2 error types.
For details see NoSuchInstance, NoSuchObject and EndOfMibView.
Inheritance: AsnType, ICloneable
コード例 #1
0
ファイル: V2Error.cs プロジェクト: darrenstarr/SnmpSharpNet
 /// <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)
 {
 }
コード例 #2
0
ファイル: V2Error.cs プロジェクト: griffina/SnmpSharpNet
 /// <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)
 {
 }