Click or drag to resize

NoSuchObject Class

NoSuchObject exception.
Inheritance Hierarchy
System.Object
  Lextm.SharpSnmpLib.NoSuchObject

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public sealed class NoSuchObject : ISnmpData, 
	IEquatable<NoSuchObject>

The NoSuchObject type exposes the following members.

Constructors
 NameDescription
Public methodNoSuchObject() Initializes a new instance of the NoSuchObject class.
Public methodNoSuchObject(Tuple<Int32, Byte[]>, Stream) Initializes a new instance of the NoSuchObject class.
Top
Properties
 NameDescription
Public propertyTypeCode Type code.
Top
Methods
 NameDescription
Public methodAppendBytesTo Appends the bytes to Stream.
Public methodEquals(NoSuchObject) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object) Determines whether the specified Object is equal to the current NoSuchObject.
(Overrides Object.Equals(Object))
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides Object.GetHashCode())
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this NoSuchObject.
(Overrides Object.ToString())
Top
Operators
 NameDescription
Public operatorStatic memberEquality(NoSuchObject, NoSuchObject) The equality operator.
Public operatorStatic memberInequality(NoSuchObject, NoSuchObject) The inequality operator.
Top
Extension Methods
 NameDescription
Public Extension MethodToBytes Converts ISnmpData to a byte array.
(Defined by SnmpDataExtension)
Top
See Also