| Dart.PowerSNMP Namespace : DecodingException Class |
A DecodingException is thrown when there is an error decoding the encoded message.
For a list of all members of this type, see DecodingException members.
System.Object
System.Exception
System.ApplicationException
Dart.PowerSNMP.DecodingException
[Visual Basic]
Public Class DecodingException
Inherits ApplicationException[C#]
public class DecodingException : ApplicationException[C++]
public __gc class DecodingException : public ApplicationException[C++/CLI]
public ref class DecodingException : public ApplicationExceptionDecodingException.ErrorCode contains a value that represents a reason for the failure and DecodingException.Message contains a human readable error message. The bytes of the message that causes the exception can be examined using DecodingException.EncodedMessage, while the offset into the message indicating where the problem occurred is DecodingException.Offset.
Namespace: Dart.PowerSNMP
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerSNMP (in Dart.PowerSNMP.dll)
DecodingException Members | Dart.PowerSNMP Namespace
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.