UntrustedDatabaseServerCertificateException

Thrown when open a connection using an encrypted channel and the server certificated is untrust.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.OpenConnectionException

Constructors

UntrustedDatabaseServerCertificateException

Initializes a new instance of UntrustedDatabaseServerCertificateException.

Signature:
public Void UntrustedDatabaseServerCertificateException(connectionName, src, inner)
Parameters
Name Type Summary
connectionName String The name of the connection.
src String Source code reference.
inner Exception Original exception captured.

In this document