ComponentOne FlexReport for WinForms
SecurityErrorEventArgs Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SecurityErrorEventArgs Class : SecurityErrorEventArgs Constructor
The connection path accessing which caused the security error.
The number of failed open attempts.
Initializes a new instance of the SecurityErrorEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As System.String, _
   ByVal failedAttemptCount As System.Integer _
)
public SecurityErrorEventArgs( 
   System.string path,
   System.int failedAttemptCount
)

Parameters

path
The connection path accessing which caused the security error.
failedAttemptCount
The number of failed open attempts.
See Also

Reference

SecurityErrorEventArgs Class
SecurityErrorEventArgs Members