PFMissingItemValuesException Constructor |
Initializes a new instance of the PFMissingItemValuesException class.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFMissingItemValuesException(
string message,
List<PFField> missingFields = null,
Exception innerException = null
)
Parameters
- message
- Type: SystemString
The message that describes the error. - missingFields (Optional)
- Type: System.Collections.GenericListPFField
The required fields whose value is missing. - innerException (Optional)
- Type: SystemException
The exception that is the cause of the current exception.
See Also