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