[]
        
(Showing Draft Content)

C1.Document.SecurityException.-ctor

SecurityException Constructor

SecurityException(string, Exception)

Initializes a new instance of the SecurityException class.

Declaration
public SecurityException(string path, Exception ex)
Parameters
Type Name Description
string path

The connection path that caused the exception.

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.