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, ISerializableInheritance
- Object
- Exception
Implemented Interfaces
- System.Runtime.Serialization.ISerializable
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
Name
Type
ParseExceptions #List<Exception>Gets the parsing exceptions collected while trying to resolve the parameter type.