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
-
objectExceptionMaxFolderDepthExceededException
- 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
stringThe 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
stringThe message that describes the error.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.