XmlCancelEventArgs.ToString Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Returns a string that represents the current object.

string ToString()

Returns a string that represents the current object.

Remarks

This method overrides the base ToString method and returns the Message property of the XmlCancelEventArgs object. The Message property contains a formatted string that represents the details of the event. This can be useful for logging or displaying detailed information about the event.

string ToString()

See Also