[]
Initializes a new instance of the Warning class.
public Warning(GenerateErrorEnum code, string description, object source)
Type | Name | Description |
---|---|---|
GenerateErrorEnum | code | The code identifying the problem. |
string | description | The human-readable problem description. |
object | source | The object that triggered the problem. |