Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class TypeParsingException

OptimaJet.Workflow.Core.Fault.TypeParsingException

Represents an exception thrown when a type string cannot be parsed into a valid Type.

public class TypeParsingException : Exception, ISerializable

Inheritance

  • Object
  • Exception

Implemented Interfaces

  • System.Runtime.Serialization.ISerializable

Constructors

public TypeParsingException(string message) #
Initializes a new instance of the TypeParsingException class with the specified error message.

Parameters

Name
Type
Description
message
String
The message that describes the type parsing error.
public TypeParsingException(string message, Exception ex) #
Initializes a new instance of the TypeParsingException class with the specified error message and inner exception.

Parameters

Name
Type
Description
message
String
The message that describes the type parsing error.
ex
Exception
The exception that caused the current exception.