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.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
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
Available since 4.0
Show: