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