Свойство | Тип | Описание | |
---|---|---|---|
RollbackOnSystemExceptions |
Метод | Описание | |
---|---|---|
Equals ( |
Strongly typed
|
|
Equals ( object obj ) : bool |
Override of System.Object.Equals(object).
|
|
GetDepth ( |
Return the depth to the matching superclass execption System.Type. A return value of 0 means that the exceptionType matches. |
|
GetDepth ( object exception ) : int |
Return the depth to the matching superclass execption System.Type. A return value of 0 means that the exceptions System.Type matches. |
|
GetHashCode ( ) : int |
Override of System.Object.GetHashCode.
|
|
RollbackRuleAttribute ( |
Creates a new instance of the Spring.Transaction.Interceptor.RollbackRuleAttribute class for the suplied exceptionType. The exception class must be System.Exception or a subclass. This is the preferred way to construct a Spring.Transaction.Interceptor.RollbackRuleAttribute, matching the exception class and subclasses. |
|
RollbackRuleAttribute ( string exceptionName ) : System |
Creates a new instance of the Spring.Transaction.Interceptor.RollbackRuleAttribute class for the named exceptionName. As always, the exceptionName should be the full assembly qualified version. |
|
ToString ( ) : string |
Returns a System.String representation of this instance.
|
Метод | Описание | |
---|---|---|
getDepth ( |
public Equals ( |
||
rollbackRuleAttribute |
/// The |
|
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare. |
Результат | bool |
public GetDepth ( |
||
exceptionType |
/// The |
|
Результат | int |
public GetDepth ( object exception ) : int | ||
exception | object | /// The exception object to find. /// |
Результат | int |
public RollbackRuleAttribute ( |
||
exceptionType |
/// The |
|
Результат | System |
public RollbackRuleAttribute ( string exceptionName ) : System | ||
exceptionName | string | The exception name. |
Результат | System |