PowerSNMP for .NET CF
DecodingException Class
Members  See Also  Send comments on this topic.
Dart.Snmp Namespace : DecodingException Class




A DecodingException is thrown when there is an error decoding the encoded message.

Object Model

DecodingException Class

Syntax

Visual Basic (Declaration) 
Public Class DecodingException 
   Inherits System.ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As DecodingException
C# 
public class DecodingException : System.ApplicationException 
Managed Extensions for C++ 
public __gc class DecodingException : public System.ApplicationException 
C++/CLI 
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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.