PersistenceException Constructor (String^, Exception^)

 

Initializes a new instance of the PersistenceException by using the specified message and Exception.

Namespace:   System.Workflow.Runtime.Hosting
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
PersistenceException(
	String^ message,
	Exception^ innerException
)

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
Return to top
Show: