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