Click or drag to resize

DistributedObjectDestroyedException Class

A HazelcastException that indicates that a IDistributedObject access was attempted, but the object is destroyed.
Inheritance Hierarchy

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
[SerializableAttribute]
public class DistributedObjectDestroyedException : HazelcastException

The DistributedObjectDestroyedException type exposes the following members.

Constructors
  NameDescription
Public methodDistributedObjectDestroyedException
Initializes a new instance of the DistributedObjectDestroyedException class
Public methodDistributedObjectDestroyedException(Exception)
Initializes a new instance of the DistributedObjectDestroyedException class
Public methodDistributedObjectDestroyedException(String)
Initializes a new instance of the DistributedObjectDestroyedException class
Public methodDistributedObjectDestroyedException(String, Exception)
Initializes a new instance of the DistributedObjectDestroyedException class
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also