OdbcInfoMessageEventArgs::Message Property

 

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

Namespace:   System.Data.Odbc
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 OdbcError in the Errors collection.

.NET Framework
Available since 1.1
Return to top
Show: