Class TypeParsingException
OptimaJet.Workflow.Core.Fault.TypeParsingException
Represents an exception thrown when a type string cannot be parsed into a valid Type.
Namespace: OptimaJet.Workflow.Core.Fault
public class TypeParsingException : Exception, ISerializableType Hierarchy
- Exception
- TypeParsingException Current type
- Implemented interfaces
- TypeParsingException Current type
Constructors
public TypeParsingException(string message) #Initializes a new instance of the TypeParsingException class with the specified error message.
Parameters
Name
Type
Description
messageStringThe 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
messageStringThe message that describes the type parsing error.
exExceptionThe exception that caused the current exception.