Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
UnexpectedException
C# Class UnexpectedException, ProfessionalCSharp2021
Inheritance:
Exception
Afficher le fichier
Open project: ProfessionalCSharp/ProfessionalCSharp2021
Class Usage Examples
Méthodes publiques
Méthode
Description
UnexpectedException
(
string
message
)
UnexpectedException
(
string
message
,
Exception,
innerException
)
Method Details
UnexpectedException()
public
méthode
public
UnexpectedException
(
string
message
)
message
string
UnexpectedException()
public
méthode
public
UnexpectedException
(
string
message
,
Exception,
innerException
)
message
string
innerException
Exception,