FormatException Constructor (String)

NanoXLSX

NanoXLSX

FormatException Constructor (String)

Constructor with passed message

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

Parameters

message
Type: SystemString
Message of the exception
See Also