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

The base assert exception class
Inheritance: AssertionException
Show file Open project: jbtule/PclUnit

Protected Properties

Property Type Description
XunitStackExclude string[]

Public Methods

Method Description
AssertException ( string userMessage ) : System

Initializes a new instance of the AssertException class.

Private Methods

Method Description
AssertException ( ) : System
AssertException ( string userMessage, Exception innerException ) : System

Method Details

AssertException() public method

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

Property Details

XunitStackExclude protected static property

protected static string[] XunitStackExclude
return string[]