WarningInfo
WarningInfo class
Warning info
Constructors
| Name | Description |
|---|---|
| WarningInfo | Create warning info. |
Properties
| Name | Type | Description |
|---|---|---|
| WarningType | int | Get warning type. The value of the property is WarningType integer constant. |
| Description | String | Get description of warning info. |
WarningInfo(warningType, description)
Create warning info.
| Parameter | Type | Description |
|---|---|---|
| warningType | int | A WarningType value. warning type |
| description | String | warning 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