InvalidFileFormatException Class

Independentsoft MSG .NET

InvalidFileFormatException Class MSG .NET Class Library
The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification is malformed.
Inheritance Hierarchy

OnlineSystem Object  OnlineSystem Exception
    Independentsoft.IO.StructuredStorage InvalidFileFormatException

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public class InvalidFileFormatException : Exception
public class InvalidFileFormatException : Exception
Public Class InvalidFileFormatException 
	Inherits Exception
Public Class InvalidFileFormatException 
	Inherits Exception
Dim instance As InvalidFileFormatException
Dim instance As InvalidFileFormatException
public class InvalidFileFormatException extends Exception
public class InvalidFileFormatException extends Exception
public class InvalidFileFormatException extends Exception
public class InvalidFileFormatException extends Exception
Independentsoft.IO.StructuredStorage.InvalidFileFormatException = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.InvalidFileFormatException',
	Exception);
Independentsoft.IO.StructuredStorage.InvalidFileFormatException = function();

Type.createClass(
	'Independentsoft.IO.StructuredStorage.InvalidFileFormatException',
	Exception);
See Also