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