Click or drag to resize
ComputationErrorInfo Class

[This is preliminary documentation and is subject to change.]

Holds information about one error (= exception caught) during evaluation of computation
Inheritance Hierarchy
SystemObject
  CSC.SC.TOPICA4.DynamicDataComputationErrorInfo

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public class ComputationErrorInfo

The ComputationErrorInfo type exposes the following members.

Constructors
  NameDescription
Public methodComputationErrorInfo
Constructor
Top
Methods
  NameDescription
Public methodDebugPrint
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Rturns string representation
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyComputation
Get ComputationName : the name of the computation
Public propertyException
Get Exception
Public propertyExceptionMessage
Get Exception message
Public propertyExpressionString
Get ExpressionString
Public propertyInnerExceptionMessage
Get InnerException Message (null if no InnerException)
Public propertyName
Get ComputationName : the name of the computation
Public propertyNameAsString
Get Name as string
Public propertyRecordId
Get RecordId (id of record in context)
Public propertyTableName
Get TableName (of record in context)
Top
See Also