InvalidMeasurementException Constructor (s)

Pageflex Document Action API

Pageflex Document Action API InvalidMeasurementException Constructor (s)
Namespaces > Pageflex.Scripting.Exceptions > InvalidMeasurementException > InvalidMeasurementExceptionNew(String)
Initializes a new instance of the InvalidMeasurementException class.
Syntax
C# Visual Basic Managed C++
public InvalidMeasurementException (
	string s
)
Public Sub New ( _
	s As String _
)
public:
InvalidMeasurementException (
	String^ s
)
Parameters
s (String)
String that could not be converted to a valid Measurement.
Exceptions
Exception Condition
ArgumentNullException The value supplied for s was nullNothingnullptr.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)