C# Класс Apache.Ignite.Core.Common.IgniteException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
IgniteException ( SerializationInfo info, StreamingContext ctx ) : System

Initializes a new instance of the IgniteException class.

Описание методов

IgniteException() публичный Метод

Initializes a new instance of the IgniteException class.
public IgniteException ( ) : System
Результат System

IgniteException() защищенный Метод

Initializes a new instance of the IgniteException class.
protected IgniteException ( SerializationInfo info, StreamingContext ctx ) : System
info SerializationInfo Serialization information.
ctx StreamingContext Streaming context.
Результат System

IgniteException() публичный Метод

Initializes a new instance of the IgniteException class.
public IgniteException ( string message ) : System
message string The message that describes the error.
Результат System

IgniteException() публичный Метод

Initializes a new instance of the IgniteException class.
public IgniteException ( string message, Exception cause ) : System
message string The message.
cause Exception The cause.
Результат System