C# 클래스 PclUnit.Style.Xunit.Exceptions.AssertException

The base assert exception class
상속: AssertionException
파일 보기 프로젝트 열기: jbtule/PclUnit

보호된 프로퍼티들

프로퍼티 타입 설명
XunitStackExclude string[]

공개 메소드들

메소드 설명
AssertException ( string userMessage ) : System

Initializes a new instance of the AssertException class.

비공개 메소드들

메소드 설명
AssertException ( ) : System
AssertException ( string userMessage, Exception innerException ) : System

메소드 상세

AssertException() 공개 메소드

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

프로퍼티 상세

XunitStackExclude 보호되어 있는 정적으로 프로퍼티

protected static string[] XunitStackExclude
리턴 string[]