SendWarning()

IWarningInfo::SendWarning(System::SharedPtr<IWarningCallback>) method

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

virtual void Aspose::Slides::Warnings::IWarningInfo::SendWarning(System::SharedPtr<IWarningCallback> receiver)=0

Arguments

ParameterTypeDescription
receiverSystem::SharedPtr<IWarningCallback>Receiver object IWarningCallback

See Also