InstancePersistenceCommandException Constructor

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes an instance of the InstancePersistenceCommand class.

Overload List

  Name Description
Public method InstancePersistenceCommandException() Initializes an instance of the InstancePersistenceCommand class.
Public method InstancePersistenceCommandException(String) Initializes an instance of the InstancePersistenceCommand class using the error message.
Public method InstancePersistenceCommandException(XName) Initializes an instance of the InstancePersistenceCommand class using the XName (the combination of namespace and name) of the command.
Protected method InstancePersistenceCommandException(SerializationInfo, StreamingContext) Initializes an instance of the InstancePersistenceCommand class using the serialized data.
Public method InstancePersistenceCommandException(String, Exception) Initializes an instance of the InstancePersistenceCommand class using the error message and the inner exception information.
Public method InstancePersistenceCommandException(XName, Exception) Initializes an instance of the InstancePersistenceCommand class using the XName (the combination of namespace and name) of the command and the inner exception information.
Public method InstancePersistenceCommandException(XName, Guid) Initializes an instance of the InstancePersistenceCommand class using the XName (the combination of namespace and name) of the command and the ID of the target instance against which the command was executed.
Public method InstancePersistenceCommandException(XName, Guid, Exception) Initializes an instance of the InstancePersistenceCommand class using the XName (the combination of namespace and name) of the command, the ID of the target instance against which the command was executed, and the inner exception information.
Public method InstancePersistenceCommandException(XName, String, Exception) Initializes an instance of the InstanceCompletedException class using the XName (the combination of namespace and name) of the command, error message that explains the reason for the exception, and the exception that caused the current exception.
Public method InstancePersistenceCommandException(XName, Guid, String, Exception) Initializes an instance of the InstanceCompletedException class using the XName (the combination of namespace and name) of the command, the ID of the target instance against which the command was executed, error message that explains the reason for the exception, and the exception that caused the current exception.

Top

See Also

Reference

InstancePersistenceCommandException Class

InstancePersistenceCommandException Members

System.Runtime.Persistence Namespace