Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Creates a new instance of the WorkflowApplicationException class.
WorkflowApplicationException() |
Creates a new instance of the WorkflowApplicationException class. |
WorkflowApplicationException(String) |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception. |
WorkflowApplicationException(SerializationInfo, StreamingContext) |
Creates a new instance of the WorkflowApplicationException class with the context and serialization information required to retrieve data about this exception from a serialized stream. |
WorkflowApplicationException(String, Exception) |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception and with an additional exception that is the cause of the application exception. |
WorkflowApplicationException(String, Guid) |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception and with a unique identifier for it. |
WorkflowApplicationException(String, Guid, Exception) |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception, a unique identifier for it, and an additional exception that is the cause of the application exception. |
Creates a new instance of the WorkflowApplicationException class.
public:
WorkflowApplicationException();
public WorkflowApplicationException();
Public Sub New ()
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception.
public:
WorkflowApplicationException(System::String ^ message);
public WorkflowApplicationException(string message);
new System.Activities.WorkflowApplicationException : string -> System.Activities.WorkflowApplicationException
Public Sub New (message As String)
A description of the application exception.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Creates a new instance of the WorkflowApplicationException class with the context and serialization information required to retrieve data about this exception from a serialized stream.
protected:
WorkflowApplicationException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WorkflowApplicationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Activities.WorkflowApplicationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Activities.WorkflowApplicationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
The information required to serialize or deserialize the application exception object.
The source and destination of a given serialized stream, and an additional caller-defined context.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception and with an additional exception that is the cause of the application exception.
public:
WorkflowApplicationException(System::String ^ message, Exception ^ innerException);
public WorkflowApplicationException(string message, Exception innerException);
new System.Activities.WorkflowApplicationException : string * Exception -> System.Activities.WorkflowApplicationException
Public Sub New (message As String, innerException As Exception)
A description of the application exception.
An exception that has a causal relationship to the application exception.
The application exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception and with a unique identifier for it.
public:
WorkflowApplicationException(System::String ^ message, Guid instanceId);
public WorkflowApplicationException(string message, Guid instanceId);
new System.Activities.WorkflowApplicationException : string * Guid -> System.Activities.WorkflowApplicationException
Public Sub New (message As String, instanceId As Guid)
A description of the application exception.
A globally unique identifier.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Creates a new instance of the WorkflowApplicationException class with a text string description of the exception, a unique identifier for it, and an additional exception that is the cause of the application exception.
public:
WorkflowApplicationException(System::String ^ message, Guid instanceId, Exception ^ innerException);
public WorkflowApplicationException(string message, Guid instanceId, Exception innerException);
new System.Activities.WorkflowApplicationException : string * Guid * Exception -> System.Activities.WorkflowApplicationException
Public Sub New (message As String, instanceId As Guid, innerException As Exception)
A description of the application exception.
A globally unique identifier.
An exception that has a causal relationship to the application exception.
The application exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in