GLPK for C#/CLI
1.10.0
Xypron
>
Projects
>
GLPK for C#/CLI
> Doxygen
Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
g
h
i
n
o
r
+
Functions
a
c
d
g
i
n
o
r
Properties
+
Files
File List
•
All
Classes
Namespaces
Functions
Properties
Pages
swig-cli
src
csharp
GlpkException.cs
1
using
System
;
2
3
namespace
org
.gnu.glpk
4
{
5
6
public
class
GlpkException
: Exception
7
{
8
public
GlpkException
()
9
{
10
}
11
12
public
GlpkException
(
string
message)
13
: base(message)
14
{
15
}
16
17
public
GlpkException
(
string
message, Exception inner)
18
: base(message, inner)
19
{
20
}
21
}
22
}
System
org
org.gnu.glpk.GlpkException
Definition:
GlpkException.cs:6
Generated on Sun Feb 25 2018 14:11:50 for GLPK for C#/CLI by
1.8.13