FileContentException Class

Definition

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.

Applies to