SqlInfoMessageEventArgs.Message Property

Definition

Gets the full text of the error sent from the database.

public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

Property Value

String

The full text of the error.

Remarks

This is a wrapper for the Message property of the first SqlError in the Errors collection.

Applies to