Open trivalik opened 2 years ago
Exception objects should be serializable. Add the missing attribute [Serializable] in front is enough. i.e. ServiceResultException.
[Serializable]
ServiceResultException
Exception objects should be serializable. Add the missing attribute
[Serializable]
in front is enough. i.e.ServiceResultException
.