Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InstancePersistenceException Constructor (XName^, Exception^)

.NET Framework (current version)
 

Initializes an instance of the InstancePersistenceException class by using the name of the command and the inner exception information.

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

public:
InstancePersistenceException(
	XName^ commandName,
	Exception^ innerException
)

Parameters

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

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

innerException
Type: System::Exception^

The exception that caused the current exception.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft