Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CUITe
Controls
GenericException
C# Class CUITe.Controls.GenericException
Generic exception
Inheritance:
System.Exception
Show file
Open project: icnocop/cuite
Public Methods
Method
Description
GenericException
(
string
message
) :
System
Initializes a new instance of the
GenericException
class.
Method Details
GenericException()
public
method
Initializes a new instance of the
GenericException
class.
public
GenericException
(
string
message
) :
System
message
string
The message.
return
System