Class SqlException
SQL exception base class.
[Serializable]
public sealed class SqlException : IgniteException, ISerializable
- Inheritance
-
SqlException
- Implements
- Inherited Members
Constructors
SqlException(Guid, int, string?, Exception?)
Initializes a new instance of the SqlException class.
public SqlException(Guid traceId, int code, string? message, Exception? innerException = null)