Search Results for

    Show / Hide Table of Contents

    Class TransactionTimeoutException

    Exception thrown whenever Ignite transactions time out.

    Inheritance
    System.Object
    IgniteException
    TransactionTimeoutException
    Namespace: Apache.Ignite.Core.Transactions
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class TransactionTimeoutException : IgniteException

    Constructors

    TransactionTimeoutException()

    Initializes a new instance of the TransactionTimeoutException class.

    Declaration
    public TransactionTimeoutException()

    TransactionTimeoutException(SerializationInfo, StreamingContext)

    Initializes a new instance of the TransactionTimeoutException class.

    Declaration
    protected TransactionTimeoutException(SerializationInfo info, StreamingContext ctx)
    Parameters
    Type Name Description
    SerializationInfo info

    Serialization information.

    StreamingContext ctx

    Streaming context.

    TransactionTimeoutException(String)

    Initializes a new instance of the TransactionTimeoutException class.

    Declaration
    public TransactionTimeoutException(string message)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    TransactionTimeoutException(String, Exception)

    Initializes a new instance of the TransactionTimeoutException class.

    Declaration
    public TransactionTimeoutException(string message, Exception cause)
    Parameters
    Type Name Description
    System.String message

    The message.

    Exception cause

    The cause.

    In This Article
    • Constructors
      • TransactionTimeoutException()
      • TransactionTimeoutException(SerializationInfo, StreamingContext)
      • TransactionTimeoutException(String)
      • TransactionTimeoutException(String, Exception)
    Back to top © 2015 - 2019 The Apache Software Foundation