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.
Represents the predefined error types.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Adornments.PredefinedErrorTypeNames
Namespace: Microsoft.VisualStudio.Text.Adornments
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public NotInheritable Class PredefinedErrorTypeNames
public static class PredefinedErrorTypeNames
public ref class PredefinedErrorTypeNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type PredefinedErrorTypeNames = class end
public final class PredefinedErrorTypeNames
The PredefinedErrorTypeNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CompilerError | Represents compiler errors. |
![]() ![]() |
OtherError | Represents other errors. |
![]() ![]() |
SyntaxError | Represents syntax errors. |
![]() ![]() |
Warning | Represents compiler warnings. |
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.