Class UserDoesNotExistException
Inheritance
System.Object
UserDoesNotExistException
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserDoesNotExistException : Exception
Constructors
| Improve this Doc View SourceUserDoesNotExistException()
Initializes a new instance of the UserDoesNotExistException class.
Declaration
public UserDoesNotExistException()
UserDoesNotExistException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserDoesNotExistException class.
Declaration
public UserDoesNotExistException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
UserDoesNotExistException(String, Exception)
Initializes a new instance of the UserDoesNotExistException class.
Declaration
public UserDoesNotExistException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
UserDoesNotExistException(String)
Initializes a new instance of the UserDoesNotExistException class.
Declaration
public UserDoesNotExistException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |