Mentalis.org Security Library documentation

SecurityException Constructor

Initializes a new instance of the SecurityException class with default properties.

Overload List

Initializes a new instance of the SecurityException class with default properties.

public SecurityException();

Initializes a new instance of the SecurityException class with a specified error message.

public SecurityException(string);

Initializes a new instance of the SecurityException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public SecurityException(string,Exception);

See Also

SecurityException Class | SecurityException Members | Org.Mentalis.Security Namespace