FlexReport for WinForms
OnSecurityError メソッド (C1DocumentSource)


C1.Document アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : OnSecurityError メソッド
The connection path that caused the exception.
The number of failed open attempts.
For internal use.
シンタックス
'宣言
 
Protected Overridable Function OnSecurityError( _
   ByVal path As System.String, _
   ByVal failedAttemptCount As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As C1DocumentSource
Dim path As System.String
Dim failedAttemptCount As System.Integer
Dim value As System.Boolean
 
value = instance.OnSecurityError(path, failedAttemptCount)
protected virtual System.bool OnSecurityError( 
   System.string path,
   System.int failedAttemptCount
)

パラメータ

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

戻り値の型

A value indicating whether the C1DocumentSource should retry the operation which caused the security error.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ