Initializes a new instance of the
SecurityException class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Exception _
)
public SecurityException(
System.string ,
System.Exception
)
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