Exception thrown upon internal assertion failures in the Flashtrace library.
Implements
Namespace: Flashtrace
Assembly: Flashtrace.dll
Syntax
public sealed class FlashtraceAssertionFailedException : ApplicationException, ISerializable
Remarks
Throw FlashtraceAssertionFailedException instead of using Debug assert methods so that the compiler can track execution flow.
Constructors
Name | Description |
---|---|
FlashtraceAssertionFailedException() | Initializes a new instance of the FlashtraceAssertionFailedException class with the default error message. |
FlashtraceAssertionFailedException(string) | Initializes a new instance of the FlashtraceAssertionFailedException class specifying the error message. |
FlashtraceAssertionFailedException(string, Exception) | Initializes a new instance of the FlashtraceAssertionFailedException class specifying the error message and the inner Exception. |