InstancePersistenceException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes an instance of the InstancePersistenceException class using the error message and inner exception information.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
Parameters
- message
-
Type:
System::String^
The reason for the current exception.
- innerException
-
Type:
System::Exception^
The exception that causes the current exception.
.NET Framework
Available since 4.0
Available since 4.0
Show: