Class SecurityException
Inheritance
System.Object
SecurityException
Assembly: DotNetNuke.dll
Syntax
public class SecurityException : BasePortalException
Constructors
|
Improve this Doc
View Source
SecurityException()
Declaration
public SecurityException()
|
Improve this Doc
View Source
SecurityException(SerializationInfo, StreamingContext)
Declaration
protected SecurityException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Improve this Doc
View Source
SecurityException(String, Exception)
Declaration
public SecurityException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|
|
Improve this Doc
View Source
SecurityException(String)
Declaration
public SecurityException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Properties
|
Improve this Doc
View Source
IP
Declaration
public string IP { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Querystring
Declaration
public string Querystring { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods