Delen via


Diagnostics Class

Definition

Error diagnostic information for failed jobs.

public class Diagnostics
type Diagnostics = class
Public Class Diagnostics
Inheritance
Diagnostics

Constructors

Diagnostics()

Initializes a new instance of the Diagnostics class.

Diagnostics(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<SeverityTypes>, Nullable<Int32>)

Initializes a new instance of the Diagnostics class.

Diagnostics(String, Nullable<SeverityTypes>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the Diagnostics class.

Properties

ColumnNumber

Gets the column where the error occurred.

End

Gets the ending index of the error.

LineNumber

Gets the line number the error occurred on.

Message

Gets the error message.

Severity

Gets the severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'

Start

Gets the starting index of the error.

Applies to