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

ObexResponseException Properties

The properties of the ObexResponseException class are listed below. For a complete list of ObexResponseException class members, see the ObexResponseException Members topic.

Public Instance Properties

Data (inherited from Exception)Gets a collection of key/value pairs that provide additional, user-defined information about the exception.
Description Gets the Description text from the error PDU received from the server. If no Description header exists in the error PDU this will return null.
HelpLink (inherited from Exception)Gets or sets a link to the help file associated with this exception.
InnerException (inherited from Exception)Gets the Exception instance that caused the current exception.
Message The error message that explains the reason for the exception. It will contain the OBEX response code that the peer returned, and any descriptive text that it returned.
ResponseCode Gets the response code from the server's error PDU.
Source (inherited from Exception)Gets or sets the name of the application or the object that causes the error.
StackTrace (inherited from Exception)Gets a string representation of the frames on the call stack at the time the current exception was thrown.
TargetSite (inherited from Exception)Gets the method that throws the current exception.

See Also

ObexResponseException Class | Brecham.Obex Namespace