RollbackToSavepointFailedException constructor
RollbackToSavepointFailedException(
- Object innerException
Creates a new instance of a rollback failed exception, wrapping the innerException
.
Implementation
RollbackToSavepointFailedException(this.innerException);