Table of Contents

Class ContextUnavailableException

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Core.dll

Represents an exception that is thrown when the Current is not available.

public sealed class ContextUnavailableException : Exception, ISerializable
Inheritance
ContextUnavailableException
Implements
Inherited Members

Constructors

ContextUnavailableException()

public ContextUnavailableException()

ContextUnavailableException(string)

public ContextUnavailableException(string message)

Parameters

message string

ContextUnavailableException(string, Exception)

public ContextUnavailableException(string message, Exception innerException)

Parameters

message string
innerException Exception
To top