Assertion Failure Exception
Last updated
Thrown by Sansar.Script.Testing.Assertions tests.
public class AssertionFailureException : Exception
The exception message
Syntaxpublic override string Message { get; }
Value
Documentation for this section has not yet been entered.
Remarks
RequirementsNamespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
The stack trace
Syntaxpublic override string StackTrace { get; }
Value
Documentation for this section has not yet been entered.
Remarks
RequirementsNamespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Short description of the exception.
Syntaxpublic override string ToString ()
Returns
Remarks
RequirementsNamespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
Last updated