C# Class Hazelcast.Core.DistributedObjectDestroyedException

Inheritance: HazelcastException
Afficher le fichier Open project: hazelcast/hazelcast-csharp-client

Méthodes publiques

Méthode Description
DistributedObjectDestroyedException ( ) : System
DistributedObjectDestroyedException ( Exception cause ) : System
DistributedObjectDestroyedException ( string message ) : System
DistributedObjectDestroyedException ( string message, Exception cause ) : System

Method Details

DistributedObjectDestroyedException() public méthode

public DistributedObjectDestroyedException ( ) : System
Résultat System

DistributedObjectDestroyedException() public méthode

public DistributedObjectDestroyedException ( Exception cause ) : System
cause System.Exception
Résultat System

DistributedObjectDestroyedException() public méthode

public DistributedObjectDestroyedException ( string message ) : System
message string
Résultat System

DistributedObjectDestroyedException() public méthode

public DistributedObjectDestroyedException ( string message, Exception cause ) : System
message string
cause System.Exception
Résultat System