Boxes.ErrorSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |