Class ErrorHistoryStep
A history step for Error exit.
Inheritance
System.Object
ErrorHistoryStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ErrorHistoryStep
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 |