Class ErrorHistoryStep
A history step for Error exit.
Inheritance
System.Object
ErrorHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ErrorHistoryStep : object
Properties
ErrorMessage
Error message which cause error exit.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullErrorMessage
Contains full error message.
Declaration
public string FullErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputName
Name of the error exit.
Declaration
public string OutputName { get; set; }
Property Value
Type | Description |
---|---|
System.String |