| aErrorPrecondition Class |
Namespace: ErrorUnit.Interfaces
[SerializableAttribute] public abstract class aErrorPrecondition : IErrorPrecondition
The aErrorPrecondition type exposes the following members.
| Name | Description | |
|---|---|---|
| Arguments |
Gets the arguments.
| |
| End |
Gets the time the method completes successfully.
| |
| ErrorUnitWebCallId |
Gets the error unit web call identifier.
| |
| InvocationClassName |
Gets the full type name of the class the method that failed is in.
| |
| InvocationClassValue |
Gets the invocation class.
| |
| MethodName |
Gets the name of the method.
| |
| Start |
Gets the start time of the method.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |