FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / OnSecurityError Method
The connection path that caused the exception.
The number of failed open attempts.

In This Topic
    OnSecurityError Method (C1FlexReport)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Function OnSecurityError( _
       ByVal path As String, _
       ByVal failedAttemptCount As Integer _
    ) As Boolean
    protected virtual bool OnSecurityError( 
       string path,
       int failedAttemptCount
    )

    Parameters

    path
    The connection path that caused the exception.
    failedAttemptCount
    The number of failed open attempts.

    Return Value

    A value indicating whether the C1.Win.C1Document.C1DocumentSource should retry the operation which caused the security error.
    See Also