Esempio n. 1
0
 void IManagedObject.GetSerializedBuffer(ref string s)
 {
     throw new NotSupportedException(Resource.GetString("Err_IManagedObjectGetSerializedBuffer"));
 }
Esempio n. 2
0
 void IManagedObject.GetObjectIdentity(ref string s, ref int AppDomainID, ref int ccw)
 {
     throw new NotSupportedException(Resource.GetString("Err_IManagedObjectGetObjectIdentity"));
 }