C# Class System.Waf.UnitTesting.AssertException

Represents assertion errors that occur at runtime.
Inheritance: Exception
Mostra file Open project: jbe2277/waf Class Usage Examples

Public Methods

Method Description
AssertException ( )

Initializes a new instance of the AssertException class.

AssertException ( string message )

Initializes a new instance of the AssertException class.

AssertException ( string message, Exception inner )

Initializes a new instance of the AssertException class.

Method Details

AssertException() public method

Initializes a new instance of the AssertException class.
public AssertException ( )

AssertException() public method

Initializes a new instance of the AssertException class.
public AssertException ( string message )
message string The message.

AssertException() public method

Initializes a new instance of the AssertException class.
public AssertException ( string message, Exception inner )
message string The message.
inner Exception The inner exception.