Aspose.Tasks for C++
Aspose::Tasks::ParseErrorArgs Class Reference

Provides data for the ParseErrorCallback delegate. More...

#include <ParseErrorArgs.h>

Inherits System::Object.

Public Member Functions

System::Exception get_Exception () const
 Gets the raised exception during parsing string value. More...
 
System::String get_FieldName () const
 Gets the object field name. More...
 
System::TypeInfo get_FieldType () const
 Gets the object field type. More...
 
System::String get_InvalidValue () const
 Gets the string value which raised an exception. More...
 

Detailed Description

Provides data for the ParseErrorCallback delegate.

Member Function Documentation

◆ get_Exception()

System::Exception Aspose::Tasks::ParseErrorArgs::get_Exception ( ) const

Gets the raised exception during parsing string value.

◆ get_FieldName()

System::String Aspose::Tasks::ParseErrorArgs::get_FieldName ( ) const

Gets the object field name.

◆ get_FieldType()

System::TypeInfo Aspose::Tasks::ParseErrorArgs::get_FieldType ( ) const

Gets the object field type.

◆ get_InvalidValue()

System::String Aspose::Tasks::ParseErrorArgs::get_InvalidValue ( ) const

Gets the string value which raised an exception.