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