InstancePersistenceException Constructor (XName^, String^, Exception^)
.NET Framework (current version)
Initializes an instance of the InstancePersistenceException class using the name of the command, error message, and inner exception information.
Assembly: System.Runtime.DurableInstancing (in System.Runtime.DurableInstancing.dll)
public:
InstancePersistenceException(
XName^ commandName,
String^ message,
Exception^ innerException
)
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.
- innerException
-
Type:
System::Exception^
The exception that caused the current exception.
.NET Framework
Available since 4.0
Available since 4.0
Show: