Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

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.

public class WrongParameterTypeException : Exception, ISerializable

Inheritance

  • 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
parameterName
String
The name of the parameter whose declared type could not be resolved.
parameterType
String
The parameter type string parsed from the scheme.
parseExceptions
List<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.