Show / Hide Table of Contents

Class WorkflowApplicationAbortedException

Inheritance
System.Object
WorkflowApplicationException
WorkflowApplicationAbortedException
Inherited Members
WorkflowApplicationException.GetObjectData(SerializationInfo, StreamingContext)
WorkflowApplicationException.InstanceId
Namespace: System.Activities
Assembly: System.Activities.dll
Syntax
public class WorkflowApplicationAbortedException : WorkflowApplicationException

Constructors

WorkflowApplicationAbortedException()

Declaration
public WorkflowApplicationAbortedException()

WorkflowApplicationAbortedException(SerializationInfo, StreamingContext)

Declaration
protected WorkflowApplicationAbortedException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo info

System.Runtime.Serialization.StreamingContext context

WorkflowApplicationAbortedException(String)

Declaration
public WorkflowApplicationAbortedException(string message)
Parameters
System.String message

WorkflowApplicationAbortedException(String, Exception)

Declaration
public WorkflowApplicationAbortedException(string message, Exception innerException)
Parameters
System.String message

System.Exception innerException

WorkflowApplicationAbortedException(String, Guid)

Declaration
public WorkflowApplicationAbortedException(string message, Guid instanceId)
Parameters
System.String message

System.Guid instanceId

WorkflowApplicationAbortedException(String, Guid, Exception)

Declaration
public WorkflowApplicationAbortedException(string message, Guid instanceId, Exception innerException)
Parameters
System.String message

System.Guid instanceId

System.Exception innerException

Back to top Generated by DocFX