Table of Contents

Class AssertFailureExceptionData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains properties that describe assert failure.

public class AssertFailureExceptionData : BaseObject, IBaseObject
Inheritance
AssertFailureExceptionData
Implements

Properties

Condition

Gets or sets assert condition.

File

Gets or sets source code file name.

Function

Gets or sets function name where error occurred.

Line

Gets or sets source code line number in the file.

Message

Gets or sets assert failure message.