
Visual Basic (Declaration) | |
---|---|
Public Class DecodingException Inherits System.ApplicationException |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DecodingException |
C# | |
---|---|
public class DecodingException : System.ApplicationException |
Managed Extensions for C++ | |
---|---|
public __gc class DecodingException : public System.ApplicationException |
C++/CLI | |
---|---|
public ref class DecodingException : public System.ApplicationException |
ErrorCode contains a value that represents a reason for the failure and System.Exception.Message contains a human readable error message. The bytes of the message that causes the exception can be examined using EncodedMessage, while the offset into the message indicating where the problem occurred is Offset.
System.Object
System.Exception
System.ApplicationException
Dart.Snmp.DecodingException
Target Platforms: Microsoft .NET Framework 2.0