You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISerializable type 'Castle.MicroKernel.ComponentActivator.ComponentActivatorException'
does not have a valid constructor. To correctly implement ISerializable a constructor
that takes SerializationInfo and StreamingContext parameters should be present. Path ''.
Describe the bug
When a component constructor throws an exception, it should be sent to the client.
To Reproduce
Expected behavior
The client should get a RemoteInvocationException wrapping the actual exception thrown by the component.
Additional notes
This issue is related to this: #69
The text was updated successfully, but these errors were encountered: