TransportException(String, Exception) Constructor |
Constructs a new TransportException with the specified
message and inner exception.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public TransportException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
Parameters
- message String
- A description of what went wrong.
- inner Exception
- The underlying exception that the
TransportException should wrap. This can be
null if there is no underlying exception.
See Also