ConnectionFailureException Class

Defines the exception to be thrown, when a network connection could not be made. Applications may want to prompt for a new URI (host and port) or a server name.

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

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