TaskflowException.ErrorCode Property
Gets or sets the string representing the error code.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property ErrorCode As String
Get
Set
'Usage
Dim instance As TaskflowException
Dim value As String
value = instance.ErrorCode
instance.ErrorCode = value
public string ErrorCode { get; set; }
Property Value
Type: System.String