ProtocolTransportException(string, Exception)
public ProtocolTransportException(string msg, Exception exc) Initializes a new instance of the
ProtocolTransportException class. Parameters
msgstring- The message that describes the error.
excException- The exception that caused the transport failure.
