Interface ISDKError
Interface ISDKError. Describes an SDK error that may occur during API requests or VPN connection process. For more info see: ApiHttpError, ApiProxyError, ConnectionError.
Namespace: VpnSDK.DTO
Assembly: cs.temp.dll.dll
Syntax
public interface ISDKError
Properties
SystemException
Gets the system
Declaration
Exception SystemException { get; }
Property Value
Type | Description |
---|---|
Exception |