Namespace: OpenEdge.Net.ServerConnection
Type: Class TlsClientAuthenticationError
Parent Classes:
Inherits: OpenEdge.Core.System.ApplicationError


Copyright (c) 2021, 2023 by Progress Software Corporation. All rights reserved.
File:TlsClientAuthenticationError
Author(s):pjudge
Created:2021-03-17
/* Static constructor



Constructor Summary
  Options Name Purpose
  TlsClientAuthenticationError () /* Static constructor */
  TlsClientAuthenticationError (URI, Error) /* Constructor @param URI The host that raised the error condition @param PLError The error raised. SysError 9318 is parsed for the error code */
  TlsClientAuthenticationError (URI, Stop) /* Constructor @param URI The host that raised the stop condition @param PLStop The stop condition raised */

Constructor Detail
Top

STATIC TlsClientAuthenticationError ()

/* Static constructor
Top

TlsClientAuthenticationError (URI, Error)

/* Constructor
Parameters:
pURI OpenEdge.Net.URI
 
pInnerError Progress.Lang.Error
 
Top

TlsClientAuthenticationError (URI, Stop)

/* Constructor
Parameters:
pURI OpenEdge.Net.URI
 
pInnerStop Progress.Lang.Stop