Initializes a new instance of the 
Warning class.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As GenerateErrorEnum, _
   ByVal  As System.String, _
   ByVal  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 ,
   System.string ,
   System.object 
)
             
        
             
        
            パラメータ
- code
 
- The code identifying the problem.
 - description
 
- The human-readable problem description.
 - source
 
- The object that triggered the problem.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照