Opened 13 years ago

Closed 13 years ago

#1605 closed defect (fixed)

There is no Serializable attribute for C# wrapper of any exception class which make the exception can't get across the AppDomain

Reported by: sparkliu Owned by:
Priority: low Milestone: 2.3
Component: General Version:
Severity: trivial Keywords: haspatch
Cc: External ID:

Description

For the C# declaration of exception class, there is no Serializable attribute. So if .net API is called from outside of AppDomain, the exception thrown during its execution can't get across AppDomain.

Attachments (1)

Fix 1605 patch.patch (80.9 KB ) - added by sparkliu 13 years ago.
Fix code

Download all attachments as: .zip

Change History (3)

by sparkliu, 13 years ago

Attachment: Fix 1605 patch.patch added

Fix code

comment:1 by zspitzer, 13 years ago

Keywords: haspatch added

comment:2 by jbirch, 13 years ago

Resolution: fixed
Status: newclosed

This appears to have been applied at [5556]

Note: See TracTickets for help on using tickets.