Click or drag to resize

TransportException Constructor

Overload List
 NameDescription
Public methodTransportException Constructs a new TransportException with a generic system-supplied message, and null for the InnerException.
Public methodTransportException(String) Constructs a new TransportException with the specified message and null for the InnerException.
Public methodTransportException(String, Exception) Constructs a new TransportException with the specified message and inner exception.
Top
See Also