PowerSNMP for .NET
ErrorStatus Property




Gets or sets the error status field that indicates the completeness of the response.
Syntax
Public Property ErrorStatus As ErrorStatus
Dim instance As ResponseMessage
Dim value As ErrorStatus
 
instance.ErrorStatus = value
 
value = instance.ErrorStatus
public ErrorStatus ErrorStatus {get; set;}
public: __property ErrorStatus get_ErrorStatus();
public: __property void set_ErrorStatus( 
   ErrorStatus value
);
public:
property ErrorStatus ErrorStatus {
   ErrorStatus get();
   void set (    ErrorStatus value);
}

Property Value

An enumerated type that indicates the error associated with Variables[ResponseMessage.ErrorIndex].
Remarks

SNMP only provides error reporting for the first variable found with an error. Variable objects found before Variables[ResponseMessage.ErrorIndex] usually contain valid data.

See Also

Reference

ResponseMessage Class
ResponseMessage Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic