Click or drag to resize
ParseException Class

[Missing <summary> documentation for "T:System.Linq.Dynamic.ParseException"]

Inheritance Hierarchy
SystemObject
  SystemException
    System.Linq.DynamicParseException

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public sealed class ParseException : Exception

The ParseException type exposes the following members.

Constructors
  NameDescription
Public methodParseException
Initializes a new instance of the ParseException class
Top
Methods
  NameDescription
Protected methodAddExceptionDataForRestrictedErrorInfo (Inherited from Exception.)
Protected methodDeepCopyDynamicMethods (Inherited from Exception.)
Protected methodDeepCopyStackTrace (Inherited from Exception.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Protected methodGetStackTracesDeepCopy (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodInternalPreserveStackTrace (Inherited from Exception.)
Protected methodInternalToString (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodPrepForRemoting (Inherited from Exception.)
Protected methodRestoreExceptionDispatchInfo (Inherited from Exception.)
Protected methodSetErrorCode (Inherited from Exception.)
Public methodToString
(Overrides ExceptionToString.)
Top
Fields
  NameDescription
Protected field_HResult (Inherited from Exception.)
Protected field_message (Inherited from Exception.)
Top
Properties
  NameDescription
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Protected propertyIPForWatsonBuckets (Inherited from Exception.)
Protected propertyIsTransient (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertyPosition
Protected propertyRemoteStackTrace (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Protected propertyWatsonBuckets (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also