Table of Contents

Class EndpointNativeException

Namespace
PrivMX.Endpoint.Core
Assembly
PrivMX.Endpoint.dll

This exception is thrown when an error occurs in the native library.

public class EndpointNativeException : EndpointException, ISerializable
Inheritance
EndpointNativeException
Implements
Inherited Members

Constructors

EndpointNativeException(Error)

public EndpointNativeException(Error error)

Parameters

error Error

Properties

Error

Error information consistent with error codes and error messages in the native library.

public Error Error { get; set; }

Property Value

Error