Click or drag to resize

SemanticalException Class

Inheritance Hierarchy
SystemObject
  SystemException
    Ozeki.CommonParseException
      Ozeki.CommonSemanticalException

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

The SemanticalException type exposes the following members.

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