FormatException Constructor (String)

PicoXLSX

PicoXLSX

FormatException Constructor (String)

Constructor with passed message

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public FormatException(
	string message
)

Parameters

message
Type: SystemString
Message of the exception
See Also