Apache.Ignite.Core.Common.IgniteException.IgniteException C# (CSharp) Method

IgniteException() public method

Initializes a new instance of the IgniteException class.
public IgniteException ( ) : System
return System
        public IgniteException()
        {
            // No-op.
        }

Same methods

IgniteException::IgniteException ( SerializationInfo info, StreamingContext ctx ) : System
IgniteException::IgniteException ( string message ) : System
IgniteException::IgniteException ( string message, Exception cause ) : System
IgniteException