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

Overload List

  Name Description
Public method InstanceNotReadyException() Initializes an instance of the InstanceNotReadyException class.
Public method InstanceNotReadyException(String) Initializes an instance of the InstanceNotReadyException class using the error message.
Protected method InstanceNotReadyException(SerializationInfo, StreamingContext) Initializes an instance of the InstanceNotReadyException class with serialized data.
Public method InstanceNotReadyException(String, Exception) Initializes an instance of the InstanceNotReadyException class using the error message and the inner exception information.
Public method InstanceNotReadyException(XName, Guid) Initializes an instance of the InstanceNotReadyException 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 InstanceNotReadyException(XName, Guid, Exception) Initializes an instance of the InstanceNotReadyException 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 InstanceNotReadyException(XName, Guid, String, Exception) Initializes an instance of the InstanceNotReadyException 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, error message that explains the reason for the exception, and the exception that caused the current exception.

Top

See Also

Reference

InstanceNotReadyException Class

InstanceNotReadyException Members

System.Runtime.Persistence Namespace