AssertionFailureException

AssertionFailureException Class

Thrown by Sansar.Script.Testing.Assertions tests.

Syntax

public class AssertionFailureException : Exception

Remarks

 

Requirements

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

Members

See Also: Inherited members from Exception.

Public Properties

[read-only]
override
Message string . The exception message
[read-only]
override
StackTrace string . The stack trace

Public Methods

override
ToString () : string
Short description of the exception.

Member Details

Message Property

The exception message

Syntax

public override string Message { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

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 string StackTrace { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

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 string ToString ()

Returns

Remarks

 

Requirements

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


Was this article helpful?
2 out of 2 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.