DacModelException.Messages Property

Definition

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

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

Property Value

Collection of additional messages associated with this exception.

Applies to