Class IllegalRequestException
Inheritance
IllegalRequestException
Assembly: DotNetNuke.dll
Syntax
public class IllegalRequestException : Exception, ISerializable, _Exception
Constructors
IllegalRequestException()
Declaration
public IllegalRequestException()
IllegalRequestException(SerializationInfo, StreamingContext)
Declaration
protected IllegalRequestException(SerializationInfo info, StreamingContext context)
Parameters
IllegalRequestException(string)
Declaration
public IllegalRequestException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
IllegalRequestException(string, Exception)
Declaration
public IllegalRequestException(string message, Exception innerException)
Parameters
Implements
Extension Methods