IWarningInfo class

IWarningInfo class

Represents a base interface for all warnings.

The IWarningInfo type exposes the following members:

Properties

PropertyDescription
warning_typeReturns a type of warning.
Read-only IWarningInfo.warning_type.
descriptionReturns a human readable description of this warning.
Read-only str.

Methods

MethodDescription
send_warningIf receiver is not null ends warning to a specified receiver and throws the
AbortRequestedException if receiver decided to abort a operation.

See Also