WarningInfo

WarningInfo class

Warning info

Constructors

NameDescription
WarningInfoCreate warning info.

Properties

NameTypeDescription
WarningTypeintGet warning type. The value of the property is WarningType integer constant.
DescriptionStringGet description of warning info.

WarningInfo(warningType, description)

Create warning info.

ParameterTypeDescription
warningTypeintA WarningType value. warning type
descriptionStringwarning description

WarningInfo.WarningType property

Get warning type. The value of the property is WarningType integer constant.

Type: int

WarningInfo.Description property

Get description of warning info.

Type: String