Class TypeParsingException
Inheritance
↳ object
↳ Exception
↳ TypeParsingException
Implements
ISerializable
Inherited Members
GetBaseException()
GetObjectData(SerializationInfo, StreamingContext)
GetType()
ToString()
Data
HelpLink
HResult
InnerException
Message
Source
StackTrace
TargetSite
SerializeObjectState
Equals(object)
Equals(object, object)
GetHashCode()
MemberwiseClone()
ReferenceEquals(object, object)
Namespace: OptimaJet.Workflow.Core.Fault
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class TypeParsingException : Exception, ISerializable
Constructors
TypeParsingException(string)
Declarationpublic TypeParsingException(string message)
Type | Name | Description |
---|---|---|
string | message |
TypeParsingException(string, Exception)
Declarationpublic TypeParsingException(string message, Exception ex)
Type | Name | Description |
---|---|---|
string | message | |
Exception | ex |