Click or drag to resize

ArgumentEmptyCollectionException Constructor (String)

Initializes a new instance of the ArgumentEmptyCollectionException class with the name of the parameter that causes this exception.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ArgumentEmptyCollectionException(
	string paramName
)

Parameters

paramName
Type: SystemString
Name of the parameter.
See Also