LuciadCPillar C# 2023.1.04
Luciad.ErrorInfo Class Reference

This class exposes details for a failed method call. More...

Inheritance diagram for Luciad.ErrorInfo:

Public Member Functions

 ErrorInfo (string message)
 
void Dispose ()
 

Properties

string Message [get]
 

Detailed Description

This class exposes details for a failed method call.

It contains : An error message explaining why the call failed.

Related article: Error handling conventions used in the API The exception type depends on the context of the call, please refer to the related documentation.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ErrorInfo.

Constructor & Destructor Documentation

◆ ErrorInfo()

Luciad.ErrorInfo.ErrorInfo ( string  message)
inline

Member Function Documentation

◆ Dispose()

void Luciad.ErrorInfo.Dispose ( )
inline

Property Documentation

◆ Message

string Luciad.ErrorInfo.Message
get