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