Table of Contents

Class UserContextException

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Core.dll
public sealed class UserContextException : Exception, ISerializable
Inheritance
UserContextException
Implements
Inherited Members

Constructors

UserContextException()

public UserContextException()

UserContextException(string)

public UserContextException(string message)

Parameters

message string

UserContextException(string, Exception)

public UserContextException(string message, Exception innerException)

Parameters

message string
innerException Exception
To top