Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
Toolkit
Parsers
Markdown
Helpers
DebuggingReporter
C# Class Microsoft.Toolkit.Parsers.Markdown.Helpers.DebuggingReporter
Reports an error during debugging.
Mostrar archivo
Open project: unoplatform/Uno.WindowsCommunityToolkit
Class Usage Examples
Public Methods
Method
Description
ReportCriticalError
(
string
errorText
) :
void
Reports a critical error.
Method Details
ReportCriticalError()
public
static
method
Reports a critical error.
public
static
ReportCriticalError
(
string
errorText
) :
void
errorText
string
return
void