NanoXLSX Library Documentation
![]() | FormatException 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 FormatException( string title, string message )
Parameters
- title
- Type: SystemString
Title of the exception - message
- Type: SystemString
Message of the exception
