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
Dev2
Runtime
Diagnostics
ExceptionManager
C# Class Dev2.Runtime.Diagnostics.ExceptionManager
Exibir arquivo
Open project: Warewolf-ESB/Warewolf
Protected Methods
Method
Description
ClearError
( ) :
void
ExceptionManager
( ) :
System
RaiseError
(
Exception
ex
) :
void
RaiseError
(
string
error
) :
void
Method Details
ClearError()
protected
method
protected
ClearError
( ) :
void
return
void
ExceptionManager()
protected
method
protected
ExceptionManager
( ) :
System
return
System
RaiseError()
protected
method
protected
RaiseError
(
Exception
ex
) :
void
ex
System.Exception
return
void
RaiseError()
protected
method
protected
RaiseError
(
string
error
) :
void
error
string
return
void