WorksheetException Constructor (String, String)

NanoXLSX

NanoXLSX

WorksheetException Constructor (String, String)

Constructor with passed message

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

Parameters

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