PersistenceException Constructor (String^)

 

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

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

public:
PersistenceException(
	String^ message
)

Parameters

message
Type: System::String^

A description of the cause of the exception.

.NET Framework
Available since 3.0
Return to top
Show: