Assertion Failure Exception
AssertionFailureException Class
Thrown by Sansar.Script.Testing.Assertions tests.
Syntax
public class AssertionFailureException : Exception
Member Details
Message Property
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
StackTrace Property
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
ToString Method
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