2 writes to exception
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
931
this.
exception
= exception;
1121
exception
= (Exception)returnA[arrayPosition++];
1 reference to exception
mscorlib (1)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
1138
return new MethodResponse(methodCallMessage, handlerObject, new BinaryMethodReturnMessage(returnValue, args,
exception
, (LogicalCallContext)callContext, (Object[])properties));