Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ExoModel
ModelEventScope.ScopeException
C# Class ExoModel.ModelEventScope.ScopeException
Represents an exception that occurs while prematurely exiting a model event scope due to an exception that occurred within the scope of work.
Inheritance:
System.Exception
Exibir arquivo
Open project: vc3/ExoModel
Public Methods
Method
Description
ScopeException
(
Exception
exit
,
Exception
original
) :
System
Method Details
ScopeException()
public
method
public
ScopeException
(
Exception
exit
,
Exception
original
) :
System
exit
System.Exception
original
System.Exception
return
System