Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InstanceNotFoundException Class

 
Note: This API is now obsolete.

The exception that is thrown under the following circumstances: an operation is performed on a durable service instance that has been marked for completion, or a persistence provider created by a SqlPersistenceProviderFactory attempts to lock, unlock, or otherwise process state data that is not found in the database.

Namespace:   System.ServiceModel.Persistence
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

System::Object
  System::Exception
    System::SystemException
      System.ServiceModel::CommunicationException
        System.ServiceModel.Persistence::PersistenceException
          System.ServiceModel.Persistence::InstanceNotFoundException

[SerializableAttribute]
[ObsoleteAttribute("The WF3 types are deprecated.  Instead, please use the new WF4 types from System.Activities.*")]
public ref class InstanceNotFoundException : PersistenceException

NameDescription
System_CAPS_pubmethodInstanceNotFoundException()

Initializes a new instance of the InstanceNotFoundException class.

System_CAPS_pubmethodInstanceNotFoundException(Guid)

Initializes a new instance of the InstanceNotFoundException class using the specified identifier.

System_CAPS_pubmethodInstanceNotFoundException(Guid, Exception^)

Initializes a new instance of the InstanceNotFoundException class using the specified identifier and inner exception.

System_CAPS_pubmethodInstanceNotFoundException(Guid, String^)

Initializes a new instance of the InstanceNotFoundException class using the specified identifier and message.

System_CAPS_pubmethodInstanceNotFoundException(Guid, String^, Exception^)

Initializes a new instance of the InstanceNotFoundException class using the specified identifier, message and inner exception.

System_CAPS_protmethodInstanceNotFoundException(SerializationInfo^, StreamingContext)

Initializes a new instance of the InstanceNotFoundException class with the serialized data.

System_CAPS_pubmethodInstanceNotFoundException(String^)

Initializes a new instance of the InstanceNotFoundException class using the specified message.

System_CAPS_pubmethodInstanceNotFoundException(String^, Exception^)

Initializes a new instance of the InstanceNotFoundException class using the specified message and inner exception.

NameDescription
System_CAPS_pubpropertyData

Gets a collection of key/value pairs that provide additional user-defined information about the exception.(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

Gets or sets a link to the help file associated with this exception.(Inherited from Exception.)

System_CAPS_pubpropertyHResult

Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

Gets the Exception instance that caused the current exception.(Inherited from Exception.)

System_CAPS_pubpropertyInstanceId

Gets the unique identifier associated with this instance.

System_CAPS_pubpropertyMessage

Gets a message that describes the current exception.(Inherited from Exception.)

System_CAPS_pubpropertySource

Gets or sets the name of the application or the object that causes the error.(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

Gets a string representation of the immediate frames on the call stack.(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

Gets the method that throws the current exception.(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Sets the SerializationInfo with information about the exception, including the exception InstanceId.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

Gets the runtime type of the current instance.(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the current exception.(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.(Inherited from Exception.)

.NET Framework
Available since 3.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft