Constructor PrepareCommitFailException
PrepareCommitFailException(Exception, ITwoPhaseCommit)
Sole constructor.
Declaration
public PrepareCommitFailException(Exception cause, ITwoPhaseCommit obj)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause | |
ITwoPhaseCommit | obj |
PrepareCommitFailException(String)
Declaration
public PrepareCommitFailException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
PrepareCommitFailException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public PrepareCommitFailException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |