PowerSNMP for .NET
DecodingException Class
Members 




A DecodingException is thrown when there is an error decoding the encoded message.
Object Model
DecodingException Class
Syntax
Public Class DecodingException 
   Inherits System.ApplicationException
Dim instance As DecodingException
public class DecodingException : System.ApplicationException 
public __gc class DecodingException : public System.ApplicationException 
public ref class DecodingException : public System.ApplicationException 
Remarks

ErrorCode contains a value that represents a reason for the failure and System.Exception.Message contains a human readable error message. The bytes of the message that causes the exception can be examined using EncodedMessage, while the offset into the message indicating where the problem occurred is Offset.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.Snmp.DecodingException

See Also

Reference

DecodingException Members
Dart.Snmp Namespace

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