The SecurityExceptionEx Class contains the following constructors:
SecurityExceptionEx()
SecurityExceptionEx(String s)
Creates a new SecurityExceptionEx object with no detail message.
public SecurityExceptionEx();
Creates a new SecurityExceptionEx object based on the specified detail message.
public SecurityExceptionEx(String s);
s | The detail message. |