Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document 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.

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
    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