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