Chameleon and Iguana Plugin C# Class Libraries

DisconnectReason.DueToError Property

Indicates that the connection between Iguana and the plugin was closed due to an error.

[Visual Basic]
Public ReadOnly Property DueToError As Boolean
[C#]
public bool DueToError {get;}

Remarks

A textual description of the error is available via the Description property.

See Also

DisconnectReason Class | iNTERFACEWARE.Iguana.Plugin Namespace