PicoXLSX Library Documentation
![]() | RangeException Constructor (String, String) |
Constructor with passed message
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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