Class ResumeNextActivitySignal
Signal indicating that the current activity, which terminated with an exception, should be aborted and the execution should continue with the next activity in the pipeline.
Inheritance
System.Object
System.Exception
ResumeNextActivitySignal
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Kephas.Workflow.Interaction
Assembly: Kephas.Workflow.dll
Syntax
public class ResumeNextActivitySignal : Exception, ISerializable, ISignal, ISeverityQualifiedException
Constructors
| Improve this Doc View SourceResumeNextActivitySignal()
Initializes a new instance of the ResumeNextActivitySignal class.
Declaration
public ResumeNextActivitySignal()
ResumeNextActivitySignal(String)
Initializes a new instance of the ResumeNextActivitySignal class.
Declaration
public ResumeNextActivitySignal(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
ResumeNextActivitySignal(String, Exception)
Initializes a new instance of the ResumeNextActivitySignal class.
Declaration
public ResumeNextActivitySignal(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | inner | The inner exception. |
Properties
| Improve this Doc View SourceSeverity
Gets the severity.
Declaration
public SeverityLevel Severity { get; }
Property Value
Type | Description |
---|---|
SeverityLevel | The severity. |
Implements
System.Runtime.Serialization.ISerializable