Click or drag to resize

TransportException(String, Exception) Constructor

Constructs a new TransportException with the specified message and inner exception.

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public TransportException(
	string message,
	Exception inner
)

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