InstanceLockedException 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 InstanceLockedException class.

Overload List

  Name Description
Public method InstanceLockedException() Initializes an instance of the InstanceLockedException class.
Public method InstanceLockedException(String) Initializes an instance of the InstanceLockedException class by using the error message passed as a parameter.
Protected method InstanceLockedException(SerializationInfo, StreamingContext) Initializes an instance of the InstanceLockedException class with serialized data.
Public method InstanceLockedException(String, Exception) Initializes an instance of the InstanceLockedException class by using the error message and the inner exception information passed as parameters.
Public method InstanceLockedException(XName, Guid) Initializes an instance of the InstanceLockedException 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 passed as parameters.
Public method InstanceLockedException(XName, Guid, Exception) Initializes an instance of the InstanceLockedException 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 passed as parameters.
Public method InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>) Initializes an instance of the InstanceLockedException 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, the ID of the owner that currently has a lock on the instance, and serializable metadata information of the owner passed as parameters.
Public method InstanceLockedException(XName, Guid, String, Exception) Initializes an instance of the InstanceLockedException 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, the error message that explains the reason for the exception, and the exception that caused the current exception passed as parameters.
Public method InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>, Exception) Initializes an instance of the InstanceLockedException 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, the ID of the owner that currently has a lock on the instance, serializable metadata information about the owner, and the exception that caused the current exception passed as parameters.
Public method InstanceLockedException(XName, Guid, Guid, IDictionary<XName, Object>, String, Exception) Initializes an instance of the InstanceLockedException 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, the ID of the owner that currently has a lock on the instance, serializable metadata information about the owner, the error message that explains the reason for the exception, and the exception that caused the current exception passed as parameters.

Top

See Also

Reference

InstanceLockedException Class

InstanceLockedException Members

System.Runtime.Persistence Namespace