Class WrongParameterTypeException
OptimaJet.Workflow.Core.Fault.WrongParameterTypeException
The exception thrown when the parameter type declared in a workflow scheme cannot be parsed as a Type.
Namespace: OptimaJet.Workflow.Core.Fault
public class WrongParameterTypeException : Exception, ISerializableType Hierarchy
- Exception
- WrongParameterTypeException Current type
- Implemented interfaces
- WrongParameterTypeException Current type
Constructors
public WrongParameterTypeException(string parameterName, string parameterType, List<Exception> parseExceptions) #Initializes a new instance of the WrongParameterTypeException.
Parameters
Name
Type
Description
parameterNameStringThe name of the parameter whose declared type could not be resolved.
parameterTypeStringThe parameter type string parsed from the scheme.
parseExceptionsList<Exception>Parsing exceptions collected during resolution attempts. The first exception in this list is used as the inner exception.
Properties
public List<Exception> ParseExceptions { get; } #Gets the parsing exceptions collected while trying to resolve the parameter type.