InstancePersistenceException Constructor (XName^, String^)

.NET Framework (current version)
 

Initializes an instance of the InstancePersistenceException class using the name of the command and the error message.

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

public:
InstancePersistenceException(
	XName^ commandName,
	String^ message
)

Parameters

commandName
Type: System.Xml.Linq::XName^

The XName (the combination of namespace and name) of the command.

message
Type: System::String^

The error message that describes the exception.

.NET Framework
Available since 4.0
Return to top
Show: