Class EmptyFileException
- Namespace
- ConsoleAppVisuals.Errors
- Assembly
- ConsoleAppVisuals.dll
Exception thrown when no data is found in a file.
public class EmptyFileException : Exception, ISerializable
- Inheritance
-
EmptyFileException
- Implements
- Inherited Members
Remarks
For more information, consider visiting the documentation available here.
Constructors
EmptyFileException()
Exception thrown when no data is found in a file.
public EmptyFileException()
EmptyFileException(string)
Exception thrown when no data is found in a file.
public EmptyFileException(string message)
Parameters
message
stringMessage to be displayed.
EmptyFileException(string, Exception)
Exception thrown when no data is found in a file.
public EmptyFileException(string message, Exception inner)