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