Firebird ADO.NET Provider SDK Documentation - v1.7

FbInfoMessageEventArgs.Message Property

Gets a value representing the complete error message sent from the Firebird Server.

[Visual Basic]
Public ReadOnly Property Message As String
[C#]
public string Message {get;}

Property Value

Complete error message.

See Also

FbInfoMessageEventArgs Class | FirebirdSql.Data.Firebird Namespace