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