- .NET API: Added toString method for IedClientError (calling native function IedClientError_toString)

pull/515/head
Michael Zillgith 1 year ago
parent 37060d92d8
commit 569c4a5c20

@ -36,7 +36,7 @@ namespace example2
}
catch (IedConnectionException e)
{
Console.WriteLine("IED connection excepion: " + e.Message);
Console.WriteLine("IED connection exception: " + e.Message + " err: " + e.GetIedClientError().ToString());
}
// release all resources - do NOT use the object after this call!!

Loading…
Cancel
Save