DgNegotiateException class | QSYS API Reference Guide

Specialized Exception dealing with DataGate protocol negotiation.

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

Inheritance: Object –> Exception

Constructors

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.

Properties

Type Name Description
String Message Gets a message that describes the current exception.