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

ObexResponseException.Message Property

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.

[Visual Basic]
Overrides Public ReadOnly Property Message As String
[C#]
public override string Message {get;}

See Also

ObexResponseException Class | Brecham.Obex Namespace