C# Class Hazelcast.Core.DistributedObjectDestroyedException

Inheritance: HazelcastException
显示文件 Open project: hazelcast/hazelcast-csharp-client

Public Methods

Method Description
DistributedObjectDestroyedException ( ) : System
DistributedObjectDestroyedException ( Exception cause ) : System
DistributedObjectDestroyedException ( string message ) : System
DistributedObjectDestroyedException ( string message, Exception cause ) : System

Method Details

DistributedObjectDestroyedException() public method

public DistributedObjectDestroyedException ( ) : System
return System

DistributedObjectDestroyedException() public method

public DistributedObjectDestroyedException ( Exception cause ) : System
cause System.Exception
return System

DistributedObjectDestroyedException() public method

public DistributedObjectDestroyedException ( string message ) : System
message string
return System

DistributedObjectDestroyedException() public method

public DistributedObjectDestroyedException ( string message, Exception cause ) : System
message string
cause System.Exception
return System