IWarningInfo
IWarningInfo interface
Represents a base interface for all warnings.
public interface IWarningInfo
Properties
Name | Description |
---|---|
Description { get; } | Returns a human readable description of this warning. Read-only String. |
WarningType { get; } | Returns a type of warning. Read-only WarningType . |
Methods
Name | Description |
---|---|
SendWarning(IWarningCallback) | If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation. |
See Also
- namespace Aspose.Slides.Warnings
- assembly Aspose.Slides