Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Class for formatting an exception for display.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Common.ExceptionFormatter
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class ExceptionFormatter
public static class ExceptionFormatter
public ref class ExceptionFormatter abstract sealed
[<AbstractClass>]
[<Sealed>]
type ExceptionFormatter = class end
public final class ExceptionFormatter
The ExceptionFormatter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
ShowDetailedExceptions | Gets or sets a flag indicating whether to show detailed exceptions. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
FormatExceptionForDisplay | Formats the specified exception to be displayed and read by a user. |
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.