Share via


DacExceptionMessage クラス

定義

例外情報を含むエラーに関連付けられているデータ。

[System.Serializable]
public sealed class DacExceptionMessage : Microsoft.SqlServer.Dac.DacMessage
[<System.Serializable>]
type DacExceptionMessage = class
    inherit DacMessage
Public NotInheritable Class DacExceptionMessage
Inherits DacMessage
継承
DacExceptionMessage
属性

プロパティ

ElementType

エラーが要素に関連する検証エラーである場合の要素の型

(継承元 DacMessage)
Exception

イベント メッセージに関連付けられている例外を取得します。

Message

現在の操作の状態に関連付けられているわかりやすいメッセージを取得します。

(継承元 DacMessage)
MessageType

イベント メッセージの種類を取得します。

(継承元 DacMessage)
Number

イベント メッセージに関連付けられている数値を取得します。

(継承元 DacMessage)
Prefix

イベント メッセージのソースに関連付けられている文字列プレフィックスを取得します。

(継承元 DacMessage)

メソッド

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 DacMessage)

適用対象