Click or drag to resize

TransportException(String) Constructor

Constructs a new TransportException with the specified message and null for the InnerException.

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

Parameters

message  String
A description of what went wrong.
See Also