ArcObjects Library Reference (GeoDatabase)  

IExternalSerializerGdb.WriteErrorObject Method

Writes error object.

[Visual Basic .NET]
Public Sub WriteErrorObject ( _
    ByVal propname As String, _
    ByVal Code As Integer, _
    ByVal Message As String, _
    ByVal details As IStringArray _
)
[C#]
public void WriteErrorObject (
    string propname,
    int Code,
    string Message,
    IStringArray details
);
[C++]
HRESULT WriteErrorObject(
  BSTR propname,
  long Code,
  BSTR Message,
  IStringArray* details
);
[C++]

Parameters

propname [in]   propname is a parameter of type BSTR Code [in]   Code is a parameter of type long Message [in]   Message is a parameter of type BSTR details [in]

  details is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExternalSerializerGdb Interface