Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.TrimParserException Class Reference

A special form of TRIMexception that is used whenever a function is called that parses a string. If an error is detected, this class also gives you a start and end position within the string, to assist in displaying where the error actually was detected. More...

Inheritance diagram for HP.HPTRIM.SDK.TrimParserException:
HP.HPTRIM.SDK.TrimException

Public Member Functions

 TrimParserException ()
 
- Public Member Functions inherited from HP.HPTRIM.SDK.TrimException
 TrimException ()
 
 TrimException (string errorMsg)
 
 TrimException (int errorId, string errorMsg, int level)
 
override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
 TrimException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
void Clear ()
 
void Chuck ()
 
void Set (string message, bool isWarning)
 
void Assign (TrimException ae)
 
uint warningsCount ()
 
TrimException getOneWarning (uint idx)
 

Properties

long ErrorStarts [get]
 
long ErrorEnds [get]
 
- Properties inherited from HP.HPTRIM.SDK.TrimException
override string Message [get]
 
int ErrorCode [get]
 
bool Good [get]
 
bool Bad [get]
 
bool Warning [get]
 
int Level [get]
 

Detailed Description

A special form of TRIMexception that is used whenever a function is called that parses a string. If an error is detected, this class also gives you a start and end position within the string, to assist in displaying where the error actually was detected.

Constructor & Destructor Documentation

HP.HPTRIM.SDK.TrimParserException.TrimParserException ( )

Property Documentation

long HP.HPTRIM.SDK.TrimParserException.ErrorEnds
get
long HP.HPTRIM.SDK.TrimParserException.ErrorStarts
get