TransportException Constructor |
Constructs a new
TransportException with a generic system-supplied
message, and
null for the
InnerException.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntaxpublic TransportException()
Remarks
Generally it would be better to use one of the other more descriptive
constructors, to help the user to determine what exactly has gone wrong.
See Also