次の方法で共有


StopWorkflowException Constructors

Definition

Overloads

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

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

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

errorCode
Int32
message
String

Applies to