ConnectionFailureException Class

Defines the exception thrown when a network connection could not be made.

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Microsoft.Rtc.Signaling..::..RealTimeException
      Microsoft.Rtc.Signaling..::..ConnectionFailureException

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ConnectionFailureException _
    Inherits RealTimeException
'Usage
Dim instance As ConnectionFailureException
[SerializableAttribute]
public class ConnectionFailureException : RealTimeException

Remarks

This exception is thrown when a connection could not be made. Possible causes for connection failure include lack of internet availability, firewall issues and remote host failures.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConnectionFailureException Members

Microsoft.Rtc.Signaling Namespace