FlexReport for WinForms
SecurityException コンストラクタ


C1.Document.4.6.2 アセンブリ > C1.Ssrs 名前空間 > SecurityException クラス : SecurityException コンストラクタ
Path accessing which leads to exception.
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Initializes a new instance of the SecurityException class.
シンタックス
'宣言
 
Public Function New( _
   ByVal path As System.String, _
   ByVal ex As System.Exception _
)
'使用法
 
Dim path As System.String
Dim ex As System.Exception
 
Dim instance As New SecurityException(path, ex)
public SecurityException( 
   System.string path,
   System.Exception ex
)

パラメータ

path
Path accessing which leads to exception.
ex
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
参照

参照

SecurityException クラス
SecurityException メンバ