NanoXLSX Library Documentation
![]() | IOException Constructor (String, String) |
Constructor with passed message
Namespace: NanoXLSX.Exception
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public IOException( string title, string message )
Parameters
- title
- Type: SystemString
Title of the exception - message
- Type: SystemString
Message of the exception
