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