Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlInfoMessageEventArgs::Message Property

 

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

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property String^ Message {
	String^ get();
}

Property Value

Type: System::String^

The full text of the error.

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

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft