Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.InfoMessage Event

Occurs when the Firebird Server sends a warning message.

[Visual Basic]
Public Event InfoMessage As FbInfoMessageEventHandler
[C#]
public event FbInfoMessageEventHandler InfoMessage;

Event Data

The event handler receives an argument of type FbInfoMessageEventArgs containing data related to this event. The following FbInfoMessageEventArgs properties provide information specific to this event.

Property Description
Errors Gets the collection of warnings sent from the Firebird Server.
Message Gets a value representing the complete error message sent from the Firebird Server.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace