| ComputationErrorInfo Class |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public class ComputationErrorInfo
The ComputationErrorInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputationErrorInfo |
Constructor
|
| Name | Description | |
|---|---|---|
| DebugPrint | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Rturns string representation
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Computation |
Get ComputationName : the name of the computation
| |
| Exception |
Get Exception
| |
| ExceptionMessage |
Get Exception message
| |
| ExpressionString |
Get ExpressionString
| |
| InnerExceptionMessage |
Get InnerException Message (null if no InnerException)
| |
| Name |
Get ComputationName : the name of the computation
| |
| NameAsString |
Get Name as string
| |
| RecordId |
Get RecordId (id of record in context)
| |
| TableName |
Get TableName (of record in context)
|