RollbackToSavepointFailedException constructor

RollbackToSavepointFailedException(
  1. Object innerException
)

Creates a new instance of a rollback failed exception, wrapping the innerException.

Implementation

RollbackToSavepointFailedException(this.innerException);