TransportException(String) Constructor |
Constructs a new
TransportException with the specified
message and
null for the
InnerException.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public TransportException(
string message
)
Public Sub New (
message As String
)
Parameters
- message String
- A description of what went wrong.
See Also