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, ISerializableInheritance
- 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
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.