PrintDocument for WinForms
Warning コンストラクタ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Warning クラス : Warning コンストラクタ
The code identifying the problem.
The human-readable problem description.
The object that triggered the problem.
Initializes a new instance of the Warning class.
シンタックス
'宣言
 
Public Function New( _
   ByVal code As GenerateErrorEnum, _
   ByVal description As System.String, _
   ByVal source As System.Object _
)
'使用法
 
Dim code As GenerateErrorEnum
Dim description As System.String
Dim source As System.Object
 
Dim instance As New Warning(code, description, source)
public Warning( 
   GenerateErrorEnum code,
   System.string description,
   System.object source
)

パラメータ

code
The code identifying the problem.
description
The human-readable problem description.
source
The object that triggered the problem.
参照

Warning クラス
Warning メンバ