IWarningInfo

IWarningInfo interface

Represents a base interface for all warnings.

public interface IWarningInfo

Properties

NameDescription
Description { get; }Returns a human readable description of this warning. Read-only String.
WarningType { get; }Returns a type of warning. Read-only WarningType.

Methods

NameDescription
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