See Also

DecodingException Class  | DecodingException Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

EncodedMessage Property

Dart.PowerSNMP Namespace > DecodingException Class : EncodedMessage Property

Gets the encoded bytes of the message.

[Visual Basic]
Public ReadOnly Property EncodedMessage As Byte()
[C#]
public byte[] EncodedMessage {get;}
[C++]
public: __property byte[]* get_EncodedMessage();
[C++/CLI]
public: property array<byte>^ EncodedMessage {    array<byte>^ get(); }

Return Type

A byte array that contains the encoded bytes of the message.

Remarks

Use DecodingException.Offset to determine what part of the encoded message caused the exception to be thrown.

This property is read-only.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

DecodingException Class  | DecodingException Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.