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