ActiveReports 10
ErrorInfo Constructor(Level,String)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > ErrorInfo Structure > ErrorInfo Constructor : ErrorInfo Constructor(Level,String)
Initializes a new instance of the ErrorInfo struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal level As ErrorInfo.Level, _
   ByVal info As String _
)
public ErrorInfo( 
   ErrorInfo.Level level,
   string info
)

Parameters

level
info
See Also

Reference

ErrorInfo Structure
ErrorInfo Members
Overload List