Class ContentFolderNotFoundException
- Namespace
- CMS.ContentEngine
- Assembly
- CMS.ContentEngine.dll
Thrown when the content folder was not found.
public sealed class ContentFolderNotFoundException : Exception
- Inheritance
-
objectExceptionContentFolderNotFoundException
- 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
intThe 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
stringThe 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
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.