Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
EventException.cs
Go to the documentation of this file.
1using Fauna.Core;
2
3namespace Fauna.Exceptions;
4
9{
14 public EventException(ErrorInfo err) : base(message: err.Message!) { }
15}
Represents an exception related to Fauna Event Stream and Event Feed errors.
EventException(ErrorInfo err)
Initializes a new instance of the EventException class.
Represents an exception related to Fauna service errors, particularly for query failures.
Contains detailed information about an error in a query response.
Definition ErrorInfo.cs:11