StopWorkflowException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopWorkflowException()
public StopWorkflowException ();
Public Sub New ()
Applies to
StopWorkflowException(String)
public StopWorkflowException (string message);
new Microsoft.Xrm.Sdk.Workflow.StopWorkflowException : string -> Microsoft.Xrm.Sdk.Workflow.StopWorkflowException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
StopWorkflowException(XrmWorkflowCompletionStatus, String)
public StopWorkflowException (Microsoft.Xrm.Sdk.Workflow.XrmWorkflowCompletionStatus status, string message);
new Microsoft.Xrm.Sdk.Workflow.StopWorkflowException : Microsoft.Xrm.Sdk.Workflow.XrmWorkflowCompletionStatus * string -> Microsoft.Xrm.Sdk.Workflow.StopWorkflowException
Public Sub New (status As XrmWorkflowCompletionStatus, message As String)
Parameters
- status
- XrmWorkflowCompletionStatus
- message
- String
Applies to
StopWorkflowException(String, Exception)
public StopWorkflowException (string message, Exception innerException);
new Microsoft.Xrm.Sdk.Workflow.StopWorkflowException : string * Exception -> Microsoft.Xrm.Sdk.Workflow.StopWorkflowException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
StopWorkflowException(XrmWorkflowCompletionStatus, Int32, String)
public StopWorkflowException (Microsoft.Xrm.Sdk.Workflow.XrmWorkflowCompletionStatus status, int errorCode, string message);
new Microsoft.Xrm.Sdk.Workflow.StopWorkflowException : Microsoft.Xrm.Sdk.Workflow.XrmWorkflowCompletionStatus * int * string -> Microsoft.Xrm.Sdk.Workflow.StopWorkflowException
Public Sub New (status As XrmWorkflowCompletionStatus, errorCode As Integer, message As String)
Parameters
- status
- XrmWorkflowCompletionStatus
- errorCode
- Int32
- message
- String