TeamFoundationExceptionFormatter Class
Provides methods to format an exception to be more readable to the end-user.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.TeamFoundationExceptionFormatter
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public NotInheritable Class TeamFoundationExceptionFormatter
public static class TeamFoundationExceptionFormatter
public ref class TeamFoundationExceptionFormatter abstract sealed
[<AbstractClass>]
[<Sealed>]
type TeamFoundationExceptionFormatter = class end
public final class TeamFoundationExceptionFormatter
The TeamFoundationExceptionFormatter type exposes the following members.
Methods
Name | Description | |
---|---|---|
FormatException | Formats the specified Exception, including all inner exceptions. |
Top
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.