Show / Hide Table of Contents

Class UserDoesNotExistException

Inheritance
object
Exception
UserDoesNotExistException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users
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
Type Name Description
SerializationInfo info
StreamingContext context

UserDoesNotExistException(string)

Declaration
public UserDoesNotExistException(string message)
Parameters
Type Name Description
string message

UserDoesNotExistException(string, Exception)

Declaration
public UserDoesNotExistException(string message, Exception inner)
Parameters
Type Name Description
string message
Exception inner

Implements

ISerializable
_Exception

Extension Methods

ExceptionExtensions.Hash(Exception)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS