InstancePersistenceException Constructor (String^)

.NET Framework (current version)
 

Initializes an instance of the InstancePersistenceException class using the error message.

Namespace:   System.Runtime.DurableInstancing
Assembly:  System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)

public:
InstancePersistenceException(
	String^ message
)

Parameters

message
Type: System::String^

Error message that describes the current exception.

.NET Framework
Available since 4.0
Return to top
Show: