DgNegotiateException Constructors

Definition

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

Initializes a new instance of the class without a specific error message.

Overloads

Name Description
DgNegotiateException() Initializes a new instance of the class without a specific error message.
DgNegotiateException(String) Initializes a new instance of the class with a specific error message.

DgNegotiateException()

Initializes a new instance of the class without a specific error message.

DgNegotiateException()

DgNegotiateException(String)

Initializes a new instance of the class with a specific error message.

DgNegotiateException(String)

Parameters

Type Parameter name Description
String message The error message that explains the reason for the exception.

See Also