Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Xunit
Record
C# Class Xunit.Record
Datei anzeigen
Open project: staxmanade/StatLight
Class Usage Examples
Public Methods
Method
Description
Exception
(
Assert
code
) :
Exception
Records any exception which is thrown by the given code.
Method Details
Exception()
public
static
method
Records any exception which is thrown by the given code.
public
static
Exception
(
Assert
code
) :
Exception
code
Assert
The code which may thrown an exception.
return
System.Exception