Click or drag to resize

MissingParameterException Constructor

Initializes a new instance of the MissingParameterException class

Namespace:  SolidFire.Core.Exceptions
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public MissingParameterException(
	string paramName
)

Parameters

paramName
Type: SystemString
See Also