Dart.Snmp Namespace : DecodingException Class |
Public Class DecodingException Inherits System.ApplicationException
Dim instance As DecodingException
public class DecodingException : System.ApplicationException
public __gc class DecodingException : public System.ApplicationException
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