C# Class PclUnit.AssertionException

Inheritance: ResultException
ファイルを表示 Open project: jbtule/PclUnit

Public Properties

Property Type Description
ExcludeFromStackTrace List

Public Methods

Method Description
AssertionException ( ) : System
AssertionException ( string message ) : System
AssertionException ( string message, Exception innerException ) : System

Method Details

AssertionException() public method

public AssertionException ( ) : System
return System

AssertionException() public method

public AssertionException ( string message ) : System
message string
return System

AssertionException() public method

public AssertionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

Property Details

ExcludeFromStackTrace public_oe property

public List ExcludeFromStackTrace
return List