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
Currently, exception types defined by Prexonite don't handle de-serialization. This is against Microsoft's recommendations regarding Exception types, since it makes it impossible to send these exceptions "over the wire" (Remoting, etc)
Currently, exception types defined by Prexonite don't handle de-serialization. This is against Microsoft's recommendations regarding Exception types, since it makes it impossible to send these exceptions "over the wire" (Remoting, etc)