C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / OnSecurityError Method
The connection path that caused the exception.
The number of failed open attempts.

In This Topic
OnSecurityError Method (FlexReport)
In This Topic
For internal use.
Syntax
'Declaration
 
Protected Overridable Function OnSecurityError( _
   ByVal path As String, _
   ByVal failedAttemptCount As Integer _
) As Boolean
 

Parameters

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

Return Value

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