Brecham.Obex — An OBEX library for the .NET Framework

ObexResponseException Class

The exception that is thrown when an error occurs while accessing the network through the OBEX protocol.

For a list of all members of this type, see ObexResponseException Members.

System.Object
   System.Exception
      Brecham.Obex.ObexResponseException

[Visual Basic]
Public Class ObexResponseException
    Inherits Exception
[C#]
public class ObexResponseException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Brecham.Obex

Assembly: Brecham.Obex (in Brecham.Obex.dll)

See Also

ObexResponseException Members | Brecham.Obex Namespace