Open sandboxFocus

Constructor FlashtraceAssertionFailedException

FlashtraceAssertionFailedException()

Initializes a new instance of the FlashtraceAssertionFailedException class with the default error message.

Declaration
public FlashtraceAssertionFailedException()

FlashtraceAssertionFailedException(string)

Initializes a new instance of the FlashtraceAssertionFailedException class specifying the error message.

Declaration
public FlashtraceAssertionFailedException(string message)
Parameters
Type Name Description
string message

FlashtraceAssertionFailedException(string, Exception)

Initializes a new instance of the FlashtraceAssertionFailedException class specifying the error message and the inner Exception.

Declaration
public FlashtraceAssertionFailedException(string message, Exception inner)
Parameters
Type Name Description
string message
Exception inner