NI-DAQmx .NET Framework 4.5 API Reference

DaqException Constructor

  • 已更新2023-02-21
  • 閱讀時間為 2 分鐘
DaqException Constructor

Overload List

  NameDescription
Public methodDaqException
Initializes a new instance of the DaqException class.
Public methodDaqException(String)
Initializes a new instance of the DaqException class with the specified error message.
Protected methodDaqException(SerializationInfo, StreamingContext)
Creates a new instance of the DaqException class with serialized data.
Public methodDaqException(String, Int32)
Initializes a new instance of the DaqException class with the specified error message and NI-DAQmx driver error code.
Public methodDaqException(String, Exception)
Initializes a new instance of the DaqException class with the specified error message and a reference to the inner exception that is the cause of the exception.
Public methodDaqException(String, Int32, Exception)
Initializes a new instance of the DaqException class with the specified error message, NI-DAQmx driver error code, and reference to the inner exception that is the cause of the exception.
Top

See Also