Table of Contents

Class GraalException

Namespace
DxFeed.Graal.Net.Native.ErrorHandling
Assembly
DxFeed.Graal.Net.dll

An exception class representing errors that occur during calls to GraalVM functions in interop scenarios.

[Serializable]
public sealed class GraalException : Exception, ISerializable
Inheritance
GraalException
Implements
Inherited Members

Remarks

This class encapsulates detailed information about errors encountered in GraalVM operations, including specific error codes and descriptive messages.

Constructors

GraalException(GraalErrorCode)

Initializes a new instance of the GraalException class.

public GraalException(GraalErrorCode errorCode)

Parameters

errorCode GraalErrorCode

The error code associated with the GraalVM error.

Properties

ErrorCode

Gets the GraalVM error code associated with this exception.

public GraalErrorCode ErrorCode { get; }

Property Value

GraalErrorCode

Methods

GetObjectData(SerializationInfo, StreamingContext)

public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext