Table of Contents

Class InvalidFileFormatException

Namespace
NonoSharp.Exceptions
Assembly
NonoSharp.dll

Raised when a given file was not of the expected format and is thus incompatible.

public class InvalidFileFormatException : Exception, ISerializable
Inheritance
InvalidFileFormatException
Implements
Inherited Members

Constructors

InvalidFileFormatException()

Creates a new InvalidFileFormatException

public InvalidFileFormatException()

InvalidFileFormatException(string?)

Creates a new InvalidFileFormatException with an error message message.

public InvalidFileFormatException(string? message)

Parameters

message string

Error message to add

InvalidFileFormatException(string?, Exception?)

Creates a new InvalidFileFormatException together with an error message message and an inner exception innerException.

public InvalidFileFormatException(string? message, Exception? innerException)

Parameters

message string

Error message to add

innerException Exception

Inner exception to add