• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • VpnSDK
      • AccountMetadataException
      • APIException
      • ApiTimeoutException
      • AuthenticationException
      • BaseSDKException
      • ConnectionAlreadyEstablishedException
      • ConnectionConfigurationBuilderBase
      • ConnectionException
      • ConnectionTerminatedException
      • CoreException
      • DataTransferEventArgs
      • DnsConfigurationException
      • DoubleHopException
      • DoubleHopNotAvailableException
      • EmptyAvailableVpnProtocolsException
      • EndpointsUnreachableException
      • FetchLocationsException
      • HTTPException
      • InvalidAccountException
      • InvalidConfigurationException
      • InvalidDoubleHopConfigurationException
      • InvalidServerException
      • NotAuthorizedException
      • NotElevatedException
      • NullLocationException
      • OAuthException
      • OpenVpnConnectionConfigurationBuilder
      • RasConnectionConfigurationBuilder
      • ReconnectOnPowerEventException
      • SDKBuilder<T>
      • SDKChangeEventHandler<T>
      • SDKEventHandler
      • SDKEventHandler<T>
      • SDKOperationEventHandler
      • SDKOperationEventHandler<T>
      • ServerListException
      • TapAdapterException
      • UnknownErrorException
      • UnsupportedProtocolException
      • VPNAuthenticationException
      • VpnException
      • VpnHostServiceException
      • VpnHostServiceFileNotFoundException
      • WFPException
      • WireGuardAPIException
      • WireGuardConnectionConfigurationBuilder
    • VpnSDK.Common.Dns
      • DnsResolutionResult
      • IDnsRequestResolver
    • VpnSDK.Common.Enums
      • SplitTunnelMode
    • VpnSDK.Common.Settings
      • SplitTunnelApp
      • SplitTunnelDomain
    • VpnSDK.DTO
      • ApiHttpError
      • ApiProxyError
      • ConnectionError
      • ISDKError
      • NetworkGeolocation
      • OpenVpnConfiguration
      • RasConfiguration
      • WireguardConfiguration
    • VpnSDK.Enums
      • AccountStatus
      • AuthenticationStatus
      • ConnectionStatus
      • DnsFilteringMode
      • DriverInstallResult
      • DriverUninstallResult
      • ErrorType
      • LoadLevel
      • NetworkConnectionType
      • NetworkProtocolType
      • OpenVpnCipherType
      • OpenVpnLogLevel
      • OperationStatus
      • RefreshLocationListStatus
    • VpnSDK.Extensions
      • ExceptionExtensions
      • LocationExtensions
      • RegionLoadChecker
    • VpnSDK.Helpers
      • BatchPingUtility
      • VersionHelper
      • VpnProtocolDiagnostics
    • VpnSDK.Interfaces
      • IBestAvailable
      • IConnectionConfiguration
      • IConnectionInfo
      • IDoubleHopConfiguration
      • ILocation
      • IOpenVpnConnectionConfiguration
      • IRasConnectionConfiguration
      • IRegion
      • ISDK
      • IUser
      • IWireGuardConnectionConfiguration

    Class InvalidDoubleHopConfigurationException

    Represents an exception thrown when there is an invalid double hop configuration error.

    Inheritance
    System.Object
    BaseSDKException
    HTTPException
    APIException
    DoubleHopException
    InvalidDoubleHopConfigurationException
    Namespace: VpnSDK
    Assembly: cs.temp.dll.dll
    Syntax
    public class InvalidDoubleHopConfigurationException : DoubleHopException

    Constructors

    InvalidDoubleHopConfigurationException(String)

    Initializes a new instance of the InvalidDoubleHopConfigurationException class.

    Declaration
    public InvalidDoubleHopConfigurationException(string message)
    Parameters
    Type Name Description
    System.String message

    The message to pass to the calling code.

    InvalidDoubleHopConfigurationException(String, Exception)

    Initializes a new instance of the InvalidDoubleHopConfigurationException class.

    Declaration
    public InvalidDoubleHopConfigurationException(string message, Exception inner)
    Parameters
    Type Name Description
    System.String message

    The message to pass to the calling code.

    Exception inner

    The exception that we are passing up.

    Properties

    Type

    Gets the error type.

    Declaration
    public override ErrorType Type { get; }
    Property Value
    Type Description
    ErrorType

    The error type.

    Overrides
    DoubleHopException.Type
    In This Article
    Back to top VpnSDK v2 Documentation - © 2023 WLVPN