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




Gets the encoded bytes of the message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly EncodedMessage As Byte()
Visual Basic (Usage)Copy Code
Dim instance As DecodingException
Dim value() As Byte
 
value = instance.EncodedMessage
C# 
public readonly byte[] EncodedMessage
Managed Extensions for C++ 
public: readonly byte[]* EncodedMessage
C++/CLI 
public:
readonly array<byte>^ EncodedMessage

Property Value

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 field is read-only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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