| Brecham.Obex — An OBEX library for the .NET Framework |
|
ObexCreateTooLongException Constructor
[This is preliminary documentation and subject to change.]
Initializes a new instance of the ObexCreateTooLongException class with a specified message that describes the error.
[Visual Basic]
Overloads Public Sub New( _
ByVal
message As
String _
)
[C#]
public ObexCreateTooLongException(
string message);
Parameters
-
message
- The message that describes the exception.
See Also
ObexCreateTooLongException Class | Brecham.Obex.Pdus Namespace