Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remoting Exception

Status
Not open for further replies.

jby1

Programmer
Apr 29, 2003
403
GB
Hi

I am trying to pass a Custom Exception over a Remoting Interface, and catch it on the client side. However, instead of getting my custom exception, I am instead getting a SerializationException which appears to contain my custom exception.

Is there anything I can do to be able to catch the custom exception type?

Cheers
 
Never mind, worked it out, was missing the [Serializable] attribute from the custom exception.

Doh!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top