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