'Declaration Public Function New( _ ByVal code As GenerateErrorEnum, _ ByVal description As String, _ ByVal source As Object _ )
public Warning( GenerateErrorEnum code, string description, object source )
Parameters
- code
- The code identifying the problem.
- description
- The human-readable problem description.
- source
- The object that triggered the problem.