PersistenceException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the PersistenceException by using the specified message and Exception.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- message
-
Type:
System::String^
A description of the cause of the exception.
- innerException
-
Type:
System::Exception^
The exception that caused the PersistenceException to be thrown.
.NET Framework
Available since 3.0
Available since 3.0
Show: