FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSource Class / OnSecurityError Method

In This Topic
    OnSecurityError Method (C1DocumentSource)
    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
    failedAttemptCount
    See Also