IKnownIssueWarningInfo

IKnownIssueWarningInfo class

Represents a warning about known issue which won’t be fixed in the near future.

The IKnownIssueWarningInfo type exposes the following members:

Properties

NameDescription
as_i_warning_infoReturns IWarningInfo interface.
Read-only IWarningInfo.
warning_typeReturns a type of warning.
Read-only warning_type.
descriptionReturns a human readable description of this warning.
Read-only string.

Methods

NameDescription
send_warning(receiver)If receiver is not null ends warning to a specified receiver and throws the
AbortRequestedException if receiver decided to abort a operation.

See Also