Show / Hide Table of Contents

    Class TwoPhaseCommitTool.PrepareCommitFailException

    Thrown by Execute(ITwoPhaseCommit[]) when an object fails to PrepareCommit().

    Inheritance
    System.Object
    TwoPhaseCommitTool.PrepareCommitFailException
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public class PrepareCommitFailException : System.IO.IOException

    Constructors

    | Improve this Doc View Source

    PrepareCommitFailException(Exception, ITwoPhaseCommit)

    Sole constructor.

    Declaration
    public PrepareCommitFailException(Exception cause, ITwoPhaseCommit obj)
    Parameters
    Type Name Description
    Exception cause
    ITwoPhaseCommit obj
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)