MetalamaAPI documentationFlashtrace APIFlashtraceFlashtrace­Assertion­Failed­ExceptionFlashtrace­Assertion­Failed­Exception
Open sandboxFocus

FlashtraceAssertionFailedException Constructor

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
System.String message

FlashtraceAssertionFailedException(String, Exception)

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

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