Click or drag to resize

DiscoveryPacketDecodeException Class

Signals that there was an error during discovery packet decoding
Inheritance Hierarchy
SystemObject
  SystemException
    Zebra.Sdk.Printer.DiscoveryDiscoveryPacketDecodeException

Namespace: Zebra.Sdk.Printer.Discovery
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class DiscoveryPacketDecodeException : Exception

The DiscoveryPacketDecodeException type exposes the following members.

Constructors
 NameDescription
Public methodDiscoveryPacketDecodeException Constructs a new instance of the DiscoveryPacketDecodeException class.
Public methodDiscoveryPacketDecodeException(String) Constructs a new instance of the DiscoveryPacketDecodeException class with a specified error message.
Public methodDiscoveryPacketDecodeException(String, Exception) Constructs a new instance of the DiscoveryPacketDecodeException class with a specified error message and a reference to the inner exception.
Top
Properties
 NameDescription
Public propertyData
(Inherited from Exception)
Public propertyHelpLink
(Inherited from Exception)
Public propertyHResult
(Inherited from Exception)
Public propertyInnerException
(Inherited from Exception)
Public propertyMessage
(Inherited from Exception)
Public propertySource
(Inherited from Exception)
Public propertyStackTrace
(Inherited from Exception)
Public propertyTargetSite
(Inherited from Exception)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetBaseException
(Inherited from Exception)
Public methodGetHashCode
(Inherited from Object)
Public methodGetObjectData
(Inherited from Exception)
Public methodGetType
(Inherited from Exception)
Public methodToString
(Inherited from Exception)
Top
See Also