Class FolderAlreadyExistsException
Inheritance
FolderAlreadyExistsException
Assembly: DotNetNuke.dll
Syntax
public class FolderAlreadyExistsException : Exception, ISerializable, _Exception
Constructors
FolderAlreadyExistsException()
Declaration
public FolderAlreadyExistsException()
FolderAlreadyExistsException(SerializationInfo, StreamingContext)
Declaration
public FolderAlreadyExistsException(SerializationInfo info, StreamingContext context)
Parameters
FolderAlreadyExistsException(string)
Declaration
public FolderAlreadyExistsException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
FolderAlreadyExistsException(string, Exception)
Declaration
public FolderAlreadyExistsException(string message, Exception inner)
Parameters
Implements
Extension Methods