ConnectionException Constructor (Exception)

Initializes a new ConnectionException instance.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public ConnectionException(
    Exception innerException
)
public:
ConnectionException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ConnectionException
public function ConnectionException(
    innerException : Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that caused this exception.

.NET Framework Security

See Also

Reference

ConnectionException Class

ConnectionException Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace