IOException Constructor (String, String, Exception)

PicoXLSX

PicoXLSX

IOException Constructor (String, String, Exception)

Constructor with passed message and inner exception

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public IOException(
	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