Class EndpointNativeException
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
errorError
Properties
Error
Error information consistent with error codes and error messages in the native library.
public Error Error { get; set; }