[]
        
(Showing Draft Content)

C1.Ssrs.SecurityException.-ctor

SecurityException Constructor

SecurityException(string, Exception)

Initializes a new instance of the SecurityException class.

Declaration
public SecurityException(string path, Exception ex)
Public Sub New(path As String, ex As Exception)
Parameters
Type Name Description
string path

Path accessing which leads to exception.

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.