C# Class Apache.Ignite.Core.Common.IgniteException

Inheritance: Exception
Datei anzeigen Open project: hawkore/ignite-hk

Public Methods

Method Description
IgniteException ( ) : System

Initializes a new instance of the IgniteException class.

IgniteException ( string message ) : System

Initializes a new instance of the IgniteException class.

IgniteException ( string message, Exception cause ) : System

Initializes a new instance of the IgniteException class.

Protected Methods

Method Description
IgniteException ( SerializationInfo info, StreamingContext ctx ) : System

Initializes a new instance of the IgniteException class.

Method Details

IgniteException() public method

Initializes a new instance of the IgniteException class.
public IgniteException ( ) : System
return System

IgniteException() protected method

Initializes a new instance of the IgniteException class.
protected IgniteException ( SerializationInfo info, StreamingContext ctx ) : System
info SerializationInfo Serialization information.
ctx StreamingContext Streaming context.
return System

IgniteException() public method

Initializes a new instance of the IgniteException class.
public IgniteException ( string message ) : System
message string The message that describes the error.
return System

IgniteException() public method

Initializes a new instance of the IgniteException class.
public IgniteException ( string message, Exception cause ) : System
message string The message.
cause Exception The cause.
return System