PowerSNMP for .NET
EncodedMessage Field




Gets the encoded bytes of the message.
Syntax
Public ReadOnly EncodedMessage As Byte()
Dim instance As DecodingException
Dim value() As Byte()
 
value = instance.EncodedMessage
public readonly byte[] EncodedMessage
public: readonly byte[]* EncodedMessage
public:
readonly array<byte>^ EncodedMessage

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

See Also

Reference

DecodingException Class
DecodingException Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic