UnexpectedErrorException Class

The class for reporting unusual error conditions.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class UnexpectedErrorException _
    Inherits ClientException
'Usage
Dim instance As UnexpectedErrorException
[SerializableAttribute]
public class UnexpectedErrorException : ClientException
[SerializableAttribute]
public ref class UnexpectedErrorException : public ClientException
public class UnexpectedErrorException extends ClientException

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.TeamFoundation.TeamFoundationServerException
        Microsoft.TeamFoundation.WorkItemTracking.Client.ClientException
          Microsoft.TeamFoundation.WorkItemTracking.Client.UnexpectedErrorException

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

UnexpectedErrorException Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace