OpenKeyWord  Build Tag: jenkins-DoxyGen_EN-107, Build ID: 2015-03-08_20-51-06
 All Classes Namespaces Functions Variables Properties Pages
OKW.GUIException Class Reference
Inheritance diagram for OKW.GUIException:
Collaboration diagram for OKW.GUIException:

Public Member Functions

 GUIException ()
 
 GUIException (string message)
 
 GUIException (string format, params object[] args)
 
 GUIException (string message, Exception innerException)
 
 GUIException (string format, Exception innerException, params object[] args)
 

Detailed Description

Author
Zoltán Hrabovszki
Date
2015.03.01

Constructor & Destructor Documentation

OKW.GUIException.GUIException ( )
Author
Zoltán Hrabovszki
Date
2015.03.01
74  : base()
75  {
76  }
OKW.GUIException.GUIException ( string  message)
Author
Zoltán Hrabovszki
Date
2015.03.01
87  : base(message)
88  {
89  }
OKW.GUIException.GUIException ( string  format,
params object[]  args 
)
Author
Zoltán Hrabovszki
Date
2015.03.01
100  : base(string.Format(format, args))
101  {
102  }
OKW.GUIException.GUIException ( string  message,
Exception  innerException 
)
Author
Zoltán Hrabovszki
Date
2015.03.01
113  : base(message, innerException)
114  {
115  }
OKW.GUIException.GUIException ( string  format,
Exception  innerException,
params object[]  args 
)
Author
Zoltán Hrabovszki
Date
2015.03.01
126  : base(string.Format(format, args), innerException)
127  {
128  }

The documentation for this class was generated from the following file: