Class WrongParameterTypeException
Inheritance
↳ object
↳ Exception
↳ WrongParameterTypeException
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 WrongParameterTypeException : Exception, ISerializable
Constructors
WrongParameterTypeException(string, string, List<Exception>)
Declarationpublic WrongParameterTypeException(string parameterName, string parameterType, List<Exception> parseExceptions)
Type | Name | Description |
---|---|---|
string | parameterName | |
string | parameterType | |
List<Exception> | parseExceptions |
Properties
ParseExceptions
Declarationpublic List<Exception> ParseExceptions { get; }
Type | Description |
---|---|
List<Exception> |