DacServicesException.Messages Property

Definition

Get collection of additional error, warning, and informational messages associated with this exception.

public System.Collections.Generic.ICollection<Microsoft.SqlServer.Dac.DacMessage> Messages { get; }
member this.Messages : System.Collections.Generic.ICollection<Microsoft.SqlServer.Dac.DacMessage>
Public ReadOnly Property Messages As ICollection(Of DacMessage)

Property Value

Collection of additional messages associated with this exception.

Applies to