示例#1
0
 /// <summary>
 /// Initializes a new instance of this Exception Class with a specified error message, a reference to the inner <see cref="Exception" /> that is the cause of this <see cref="Exception" /> and the Submit Operation.
 /// </summary>
 /// <param name="AMessage">The error message that explains the reason for the <see cref="Exception" />.</param>
 /// <param name="AInnerException">The <see cref="Exception" /> that is the cause of the current <see cref="Exception" />, or a null reference if no inner <see cref="Exception" /> is specified.</param>
 /// <param name="ASubmitOperation">The Submit Operation that was attempted to be executed.</param>
 public EDBSubmitException(string AMessage, Exception AInnerException,
     TTypedDataAccess.eSubmitChangesOperations ASubmitOperation) : base(AMessage, AInnerException)
 {
     FSubmitOperation = ASubmitOperation;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of this Exception Class with a specified error message, a reference to the inner <see cref="Exception" /> that is the cause of this <see cref="Exception" /> and the Submit Operation.
 /// </summary>
 /// <param name="AMessage">The error message that explains the reason for the <see cref="Exception" />.</param>
 /// <param name="AInnerException">The <see cref="Exception" /> that is the cause of the current <see cref="Exception" />, or a null reference if no inner <see cref="Exception" /> is specified.</param>
 /// <param name="ASubmitOperation">The Submit Operation that was attempted to be executed.</param>
 public EDBSubmitException(string AMessage, Exception AInnerException,
                           TTypedDataAccess.eSubmitChangesOperations ASubmitOperation) : base(AMessage, AInnerException)
 {
     FSubmitOperation = ASubmitOperation;
 }