Boxes.ErrorRank Class

Definition

Value that indicates the rank of an in the error list (errors with a lower rank are, by default, displayed before errors with a higher rank).

public: ref class Boxes::ErrorRank abstract sealed
class Boxes::ErrorRank abstract sealed
public static class Boxes.ErrorRank
type Boxes.ErrorRank = class
Public Class Boxes.ErrorRank
Inheritance
Boxes.ErrorRank

Remarks

Boxed equivalents of ErrorRank for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the ErrorRank key.

It is better, for performance reasons, to return values that have been boxed when returning though an out Object.

You should use the actual enumeration (ErrorRank) when comparing values.

Fields

Declaration
Emit
Lexical
Other
PostBuild
Semantic
Syntactic

Applies to