CWorkflowErrorInfo Class
The CWorkflowErrorInfo class stores workflow error information. This class is returned from the CRMProcess::Activate method.
System.Object
CWorkflowErrorInfo
[Visual Basic .NET]
Public Class CWorkflowErrorInfo
Inherits System.Object
[C#]
public class CWorkflowErrorInfo: System.Object
[C++]
public __gc class CWorkflowErrorInfo: public System.Object
The CWorkflowErrorInfo class exposes the following members.
Constructor | Description |
CWorkflowErrorInfo | The constructor for the class. |
Field | Description |
Description | Specifies the description of the error. |
ObjectId | Specifies the ID for the object referred to in the workflow. |
SCode | Specifies the scode of the error. See Error Codes. |
Severity | Specifies the error severity. The value of this field is from the Microsoft.Crm.Platform.Proxy.WORKFLOW_ERROR_SEVERITY enumeration. |
Type | Specifies the object type. The value of this field is from the Microsoft.Crm.Platform.Proxy.ObjectType enumeration. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also