See Also

DecodingException Members  | Dart.PowerSNMP Namespace

Requirements

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)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerSNMP for .NET

DecodingException Class

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.

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Dart.PowerSNMP.DecodingException

Syntax

[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 ApplicationException

Remarks

DecodingException.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.

Requirements

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)

See Also

DecodingException Members  | Dart.PowerSNMP Namespace

 

Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.