Constructor ImporterWarning
ImporterWarning(string, WarningType, string)
Initializes and returns an instance of ImporterWarning
.
Declaration
public ImporterWarning(string layer, Model.WarningType severity, string msg)
Parameters
Type | Name | Description |
---|---|---|
string | layer | The name of the layer where the warning originates |
Model.WarningType | severity | The severity of the warning as a |
string | msg | The message text of the warning |