Table of Contents

Class WxApplicationHandler.AssertFailureExceptionData

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Contains properties that describe assert failure.

public class WxApplicationHandler.AssertFailureExceptionData : BaseObject, IBaseObject
Inheritance
WxApplicationHandler.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 occured.

Line

Gets or sets source code line number in the file.

Message

Gets or sets assert failure message.