Skip to content

Commit 797d9b9

Browse files
committed
Better message.
1 parent b6eea22 commit 797d9b9

File tree

1 file changed

+1
-1
lines changed
  • Provider/src/FirebirdSql.Data.FirebirdClient/Services

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/Services/FbService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public string ConnectionString
5353
{
5454
if (_svc != null && State == FbServiceState.Open)
5555
{
56-
throw new InvalidOperationException("ConnectionString cannot be modified on active service instances.");
56+
throw new InvalidOperationException("ConnectionString cannot be modified on open instances.");
5757
}
5858

5959
_csManager = new ConnectionString(value);

0 commit comments

Comments
 (0)