NoDbNameException Constructors

Definition

Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll

Initializes a new instance of the NoDbNameException class.

Overloads

Name Description
NoDbNameException() Initializes a new instance of the NoDbNameException class.
NoDbNameException(String) Initializes a new instance of the NoDbNameException class with a specified database name.
NoDbNameException(String, Exception) Initializes a new instance of the NoDbNameException class with a specified database name and a reference to the inner exception that is the cause of this exception.

NoDbNameException()

Initializes a new instance of the NoDbNameException class.

NoDbNameException()

NoDbNameException(String)

Initializes a new instance of the NoDbNameException class with a specified database name.

NoDbNameException(String)

Parameters

Type Parameter name Description
String dbname The name of the database that caused the exception.

NoDbNameException(String, Exception)

Initializes a new instance of the NoDbNameException class with a specified database name and a reference to the inner exception that is the cause of this exception.

NoDbNameException(String, Exception)

Parameters

Type Parameter name Description
String dbname The name of the database that caused the exception.
Exception inner The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

See Also