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