OleDbConnection::InfoMessage Event
.NET Framework (current version)
Occurs when the provider sends a warning or an informational message.
Assembly: System.Data (in System.Data.dll)
Clients that want to process warnings or informational messages sent by the server should create an OleDbInfoMessageEventHandler delegate to listen to this event.
The InfoMessage event occurs when a message with low severity is returned from the data source. Low severity messages are those that do not cause an exception. For Microsoft SQL Server, this includes error messages that have a severity of 10 or less
For more information and an example, see Connection Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: