C# Class Hazelcast.Core.HazelcastException

Inheritance: System.SystemException
显示文件 Open project: hazelcast/hazelcast-csharp-client

Public Methods

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

Method Details

HazelcastException() public method

public HazelcastException ( ) : System
return System

HazelcastException() public method

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

HazelcastException() public method

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

HazelcastException() public method

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