Table of Contents

Class NativeErrorException

Namespace
Maplibre.NativeFfi.Error
Assembly
Maplibre.NativeFfi.dll

Exception for native MapLibre errors converted to C status.

public sealed class NativeErrorException : MaplibreException, ISerializable
Inheritance
NativeErrorException
Implements
Inherited Members

Constructors

NativeErrorException(MaplibreStatus, int?, string, Exception?)

public NativeErrorException(MaplibreStatus status, int? rawStatus, string diagnostic, Exception? innerException)

Parameters

status MaplibreStatus
rawStatus int?
diagnostic string
innerException Exception