TransportFailedException Class

Definition

Exception thrown during negotiate when a transport fails to connect.

public ref class TransportFailedException : Exception
public class TransportFailedException : Exception
type TransportFailedException = class
    inherit Exception
Public Class TransportFailedException
Inherits Exception
Inheritance
TransportFailedException

Constructors

TransportFailedException(String, String, Exception)

Constructs a TransportFailedException.

Properties

TransportType

The name of the transport that failed to connect.

Applies to