ComponentOne FlexReport for WinForms
SecurityException Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > SecurityException Class : SecurityException Constructor
The connection path that caused the exception.
The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
Initializes a new instance of the SecurityException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As System.String, _
   ByVal ex As System.Exception _
)
public SecurityException( 
   System.string path,
   System.Exception ex
)

Parameters

path
The connection path that caused the exception.
ex
The inner exception which is the cause of the current exception, or a null reference (Nothing in Visual Basic) if there is no associated inner exception.
See Also

Reference

SecurityException Class
SecurityException Members