Click or drag to resize

ParseException Class

Inheritance Hierarchy
SystemObject
  SystemException
    Ozeki.CommonParseException
      Ozeki.CommonParseRuleException
      Ozeki.CommonSemanticalException

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public class ParseException : Exception

The ParseException type exposes the following members.

Constructors
  NameDescription
Public methodParseException(String, String, Int32)
Initializes a new instance of the ParseException class
Public methodParseException(String, Exception, String, Int32)
Initializes a new instance of the ParseException class
Top
Properties
  NameDescription
Public propertyErrorIdx
Public propertyMessageToParse
Top
See Also