FormatException Constructor (String, String, Exception)

NanoXLSX

NanoXLSX

FormatException Constructor (String, String, Exception)

Constructor with passed message and inner exception

Namespace:  NanoXLSX.Exception
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public FormatException(
	string title,
	string message,
	Exception inner
)

Parameters

title
Type: SystemString
Title of the exception
message
Type: SystemString
Message of the exception
inner
Type: SystemException
Inner exception
See Also