Boxes.ErrorSource Class

Definition

Value that indicates the source of an error in the error list.

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

Remarks

Boxed equivalents of ErrorSource for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the ErrorSource 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 (ErrorSource) when comparing values.

Fields

Build

Used to indicate any error generated by an explicit build command.

Other

Used to indicate any error generated from any compilation process that was not explicitly invoked by the end-user (e.g. in response to typing a character).

Applies to