Click or drag to resize
ParseException Class
Inheritance Hierarchy

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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