PickDPInvalidConnectionException Class

Represents the exception that is thrown when an attempt to connect to the Pick database fails.

Public Constructors

New

Constructor.

Public Methods

ToString (Inherits from Exception)

Creates and returns a string representation of the current exception.  

Public Properties

Name

Type

Description

DataBase

 RDTA.PickDP.Connector.connDatabase

connDatabase object involved in the connection attempt.

DataBaseMessage

String

Message describing the exception.

Status

Integer

Connection status.

 

Portions Copyright Microsoft© Corporation