C# Class PclUnit.Style.Xunit.Exceptions.AssertException

The base assert exception class
Inheritance: AssertionException
Afficher le fichier Open project: jbtule/PclUnit

Protected Properties

Свойство Type Description
XunitStackExclude string[]

Méthodes publiques

Méthode Description
AssertException ( string userMessage ) : System

Initializes a new instance of the AssertException class.

Private Methods

Méthode Description
AssertException ( ) : System
AssertException ( string userMessage, Exception innerException ) : System

Method Details

AssertException() public méthode

Initializes a new instance of the AssertException class.
public AssertException ( string userMessage ) : System
userMessage string The user message to be displayed
Résultat System

Property Details

XunitStackExclude protected_oe static_oe property

protected static string[] XunitStackExclude
Résultat string[]