I am working on a .Net Remoting project. If there is any exception in remote object, I would like to send this exception in detail to the client. I am using the following code to accomplish that-
Code:
'This is on a shared .dll Public Interface ICreateNewMouza Function CreateNewMouza(ByVal MouzaToCreate As Mouza) As Integer End Interface Imports System Imports