[]
Initializes a new instance of the SecurityException class.
public SecurityException(string path, Exception ex)
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. |