WarningInfo

WarningInfo class

Immutable object for encapsulating warning information.

The WarningInfo type exposes the following members:

Constructors

NameDescription
WarningInfo(type, message)Initializes a new instance of the WarningInfo class

Properties

NameDescription
warning_messageReturns string representation of warning message.
warning_type_propertyReturns warning type.

See Also