RangeException Constructor (String, String)

PicoXLSX

PicoXLSX

RangeException Constructor (String, String)

Constructor with passed message

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

Parameters

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