ParticleEventManagerError Event |
Occurs when there has been an error from the connection
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic event Action<Exception> Error
Public Event Error As Action(Of Exception)
public:
event Action<Exception^>^ Error {
void add (Action<Exception^>^ value);
void remove (Action<Exception^>^ value);
}
member Error : IEvent<Action<Exception>,
EventArgs>
Value
Type:
SystemActionException
See Also