Boxes.SuppressionState Class

Definition

Value that indicates whether an error has been suppressed.

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

Remarks

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

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

Fields

Active
NotApplicable
Suppressed

Applies to