Table of Contents

Class ParseException

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

Parsing related exceptions

public class ParseException : ApplicationException, ISerializable
Inheritance
ParseException
Implements
Inherited Members
Extension Methods

Constructors

ParseException(SerializationInfo, StreamingContext)

protected ParseException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ParseException(Type, string)

public ParseException(Type typeNotParsed, string lineNotParsed)

Parameters

typeNotParsed Type
lineNotParsed string

ParseException(Type, string, Exception)

public ParseException(Type typeNotParsed, string lineNotParsed, Exception inner)

Parameters

typeNotParsed Type
lineNotParsed string
inner Exception

ParseException(Type, string, string)

No results in file.

public ParseException(Type typeNotParsed, string message, string path)

Parameters

typeNotParsed Type
message string
path string

Fields

TypeNotParsed

public Type TypeNotParsed

Field Value

Type