Skip to content

ProtocolTransportException.ProtocolTransportException(string, Exception)

ProtocolTransportException(string, Exception)

View source
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.