次の方法で共有


Diagnostics クラス

定義

失敗したジョブのエラー診断情報。

public class Diagnostics
type Diagnostics = class
Public Class Diagnostics
継承
Diagnostics

コンストラクター

Diagnostics()

Diagnostics クラスの新しいインスタンスを初期化します。

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

Diagnostics クラスの新しいインスタンスを初期化します。

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

Diagnostics クラスの新しいインスタンスを初期化します。

プロパティ

ColumnNumber

エラーが発生した列を取得します。

End

エラーの終了インデックスを取得します。

LineNumber

エラーが発生した行番号を取得します。

Message

エラー メッセージを取得します。

Severity

エラーの重大度を取得します。 指定できる値は、'Warning'、'Error'、'Info'、'SevereWarning'、'Deprecated'、'UserWarning' です。

Start

エラーの開始インデックスを取得します。

適用対象