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