StopWorkflowException Class

Definition

Exception used by the StopWorkflow activity to interrupt execution of the workflow.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2143:TransparentMethodsShouldNotDemandFxCopRule")]
[System.Serializable]
public sealed class StopWorkflowException : Exception
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2143:TransparentMethodsShouldNotDemandFxCopRule")>]
[<System.Serializable>]
type StopWorkflowException = class
    inherit Exception
Public NotInheritable Class StopWorkflowException
Inherits Exception
Inheritance
StopWorkflowException
Attributes

Constructors

StopWorkflowException()
StopWorkflowException(String)
StopWorkflowException(String, Exception)
StopWorkflowException(XrmWorkflowCompletionStatus, Int32, String)
StopWorkflowException(XrmWorkflowCompletionStatus, String)

Properties

ErrorCode
Status

Methods

GetObjectData(SerializationInfo, StreamingContext)

Applies to