Constructor SecurityException
SecurityException(string)
Initializes a new instance of the SecurityException class with the specified error message.
public SecurityException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.