SECI
1
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Sample_Environment_Control_Interface
Seci
LabView
LabViewException.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Seci.LabView
6
{
10
public
class
LabViewException
: Exception
11
{
16
public
LabViewException
(String message)
17
: base(message)
18
{
19
}
20
}
21
25
public
class
GetControlsException
: Exception
26
{
31
public
GetControlsException
(String message)
32
: base(message)
33
{
34
}
35
}
36
}
Seci.LabView.LabViewException.LabViewException
LabViewException(String message)
Recommended constructor
Definition:
LabViewException.cs:16
Seci.LabView.LabViewException
A simple custom exception used for LabVIEW exceptions
Definition:
LabViewException.cs:10
Seci.LabView.GetControlsException
A simple custom exception used for a LabVIEW control cannot be read
Definition:
LabViewException.cs:25
Seci.LabView.GetControlsException.GetControlsException
GetControlsException(String message)
Recommended constructor
Definition:
LabViewException.cs:31
Generated on Mon Nov 20 2017 21:59:05 for SECI by
1.8.5