Click or drag to resize

ArgumentZeroIdException Constructor (String)

Initializes a new instance of the ArgumentZeroIdException 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 ArgumentZeroIdException(
	string paramName
)

Parameters

paramName
Type: SystemString
Name of the parameter.
See Also