Class FolderAlreadyExistsException
Inheritance
System.Object
FolderAlreadyExistsException
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderAlreadyExistsException : Exception
Constructors
| Improve this Doc View SourceFolderAlreadyExistsException()
Initializes a new instance of the FolderAlreadyExistsException class.
Declaration
public FolderAlreadyExistsException()
FolderAlreadyExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the FolderAlreadyExistsException class.
Declaration
public FolderAlreadyExistsException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
FolderAlreadyExistsException(String, Exception)
Initializes a new instance of the FolderAlreadyExistsException class.
Declaration
public FolderAlreadyExistsException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
FolderAlreadyExistsException(String)
Initializes a new instance of the FolderAlreadyExistsException class.
Declaration
public FolderAlreadyExistsException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |