Table of Contents

Class MaxFolderDepthExceededException

Namespace
CMS.ContentEngine
Assembly
CMS.ContentEngine.dll

Thrown when the maximum depth of the content folder tree is exceeded.

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

Constructors

MaxFolderDepthExceededException()

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

public MaxFolderDepthExceededException()

MaxFolderDepthExceededException(string)

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

public MaxFolderDepthExceededException(string message)

Parameters

message string

The message that describes the error.

MaxFolderDepthExceededException(string, Exception)

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

public MaxFolderDepthExceededException(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.