ActivityExceptionErrorCode Property |
Gets the code specying the nature of the problem causing the ActivityException to be thrown.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ActivityErrorCode ErrorCode { get; }
Public ReadOnly Property ErrorCode As ActivityErrorCode
Get
public:
property ActivityErrorCode ErrorCode {
ActivityErrorCode get ();
}
member ErrorCode : ActivityErrorCode with get
Property Value
ActivityErrorCode
See Also