[]
        
(Showing Draft Content)

C1.C1Preview.Warning.-ctor

Warning Constructor

Warning(GenerateErrorEnum, string, object)

Initializes a new instance of the Warning class.

Declaration
public Warning(GenerateErrorEnum code, string description, object source)
Public Sub New(code As GenerateErrorEnum, description As String, source As Object)
Parameters
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.