Assertion Failure Exception

AssertionFailureException Class

Thrown by Sansar.Script.Testing.Assertionsarrow-up-right tests.

Syntax

public class AssertionFailureException : Exceptionarrow-up-right

Member Details

Message Property

The exception message

Syntax

public override stringarrow-up-right Message { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


StackTrace Property

The stack trace

Syntax

public override stringarrow-up-right StackTrace { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0


ToString Method

Short description of the exception.

Syntax

public override stringarrow-up-right ToString ()

Returns

Remarks

Requirements

Namespace: Sansar.Script.Testing Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0



Last updated