FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / SecurityException Class / SecurityException Constructor
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.

In This Topic
    SecurityException Constructor
    In This Topic
    Initializes a new instance of the SecurityException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal path As String, _
       ByVal ex As Exception _
    )
    public SecurityException( 
       string path,
       Exception ex
    )

    Parameters

    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.
    See Also