DacMessage Class

Definition

Data associated with an executing operation to report status updates or errors.

[System.Serializable]
public class DacMessage
[<System.Serializable>]
type DacMessage = class
Public Class DacMessage
Inheritance
DacMessage
Derived
Attributes

Properties

ElementType

The type of element if the error is a validation error related to an element

Message

Get friendly message for the current status of an operation.

MessageType

Get the type of the event message.

Number

Get numeric value associated with the event message.

Prefix

Get string prefix associated with the source of the event message.

Methods

ToString()

Return a string that represents the current object.

Applies to