Table of Contents

Class ContentFolderNotFoundException

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Thrown when the content folder was not found.

public sealed class ContentFolderNotFoundException : Exception
Inheritance
object
Exception
ContentFolderNotFoundException
Extension Methods

Constructors

ContentFolderNotFoundException()

Initializes a new instance of the ContentFolderNotFoundException class with default values.

public ContentFolderNotFoundException()

ContentFolderNotFoundException(int)

Initializes a new instance of the ContentFolderNotFoundException class with a specified folder ID.

public ContentFolderNotFoundException(int folderId)

Parameters

folderId int

The ID of the content folder that was not found.

ContentFolderNotFoundException(string)

Initializes a new instance of the ContentFolderNotFoundException class with a specified error message.

public ContentFolderNotFoundException(string message)

Parameters

message string

The message that describes the error.

ContentFolderNotFoundException(string, Exception)

Initializes a new instance of the ContentFolderNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public ContentFolderNotFoundException(string message, Exception innerException)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.