DacModelException.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.