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