Class WarningInfo

WarningInfo class

Immutable object for encapsulating warning information.

public sealed class WarningInfo

Constructors

NameDescription
WarningInfo(WarningType, string)Constructs instance for gathering information.

Properties

NameDescription
WarningMessage { get; }Returns string representation of warning message.
WarningTypeProperty { get; }Returns warning type.

See Also