Table of Contents

Class ReadOnlyModeException

Namespace
CMS.Base
Assembly
CMS.Base.dll

Exception thrown when attempting write operations during read-only mode

public class ReadOnlyModeException : Exception
Inheritance
object
Exception
ReadOnlyModeException
Extension Methods

Constructors

ReadOnlyModeException()

Initializes a new instance of the ReadOnlyModeException class.

public ReadOnlyModeException()

ReadOnlyModeException(string)

Initializes a new instance of the ReadOnlyModeException class.

public ReadOnlyModeException(string message)

Parameters

message string

Exception message

ReadOnlyModeException(string, Exception)

Initializes a new instance of the ReadOnlyModeException class.

public ReadOnlyModeException(string message, Exception innerException)

Parameters

message string

Exception message

innerException Exception

Inner exception