Firebird ADO.NET Provider SDK Documentation - v1.7

FbException.Errors Property

Gets a collection of one or more FbError objects that give detailed information about exceptions generated by the Firebird .NET Data Provider.

[Visual Basic]
<DesignerSerializationVisibility(Visibility:=DesignerSerializationVisibility.Content)>
Public ReadOnly Property Errors As FbErrorCollection
[C#]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Content)]
public FbErrorCollection Errors {get;}

See Also

FbException Class | FirebirdSql.Data.Firebird Namespace