Table of Contents

Class IgniteDbException

Namespace
Apache.Ignite.Sql
Assembly
Apache.Ignite.dll

Ignite database exception.

public sealed class IgniteDbException : DbException, ISerializable
Inheritance
IgniteDbException
Implements
Inherited Members

Constructors

IgniteDbException()

Initializes a new instance of the IgniteDbException class.

public IgniteDbException()

IgniteDbException(string)

Initializes a new instance of the IgniteDbException class.

public IgniteDbException(string message)

Parameters

message string

Message.

IgniteDbException(string, Exception)

Initializes a new instance of the IgniteDbException class.

public IgniteDbException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.