FileContentException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception that is thrown when an attempt is made to access content that is not part of a file.
public class FileContentException : Exception
type FileContentException = class
inherit Exception
Public Class FileContentException
Inherits Exception
- Inheritance
-
FileContentException
Constructors
| FileContentException(String) |
Creates a FileContentException with the given message. |